Html Css Color HEX #307CEC Royal Blue

📋 copy color: '#307CEC'

red 48 ◦ green 124 ◦ blue 236

#307CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #307CEC

Tints of Royal Blue #307CEC

RGB

 RED value IS 48 (19.14% from 255) = 11.76%

 GREEN value IS 124 (48.83% from 255) = 30.39%

 BLUE value IS 236 (92.58% from 255) = 57.84%

R = 11.76%
G = 30.39%
B = 57.84%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#307CEC (or 0x307CEC) is known color: Royal Blue. HEX triplet: 30, 7C and EC. RGB value is (48,124,236). Sum of RGB (Red+Green+Blue) = 48+124+236=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #307CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CEC is #CF8313. Grayscale: #717171. Windows color (decimal): -13599508 or 15498288. OLE color: 15498288.

HSL color Cylindrical-coordinate representation of color #307CEC: hue angle of 215.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307CEC is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 124 236 -
CMYK 0.80 0.47 0 0.07
HSL 215.74º 0.83% 0.56% -
HSV(B) 215.74º 0.8% 0.93% -
XYZ 23.57 21.1 82.19 -
YUV 114.04 196.82 80.89 -
System Red Green Blue C M Y K H S L
Decimal 48 124 236 0.80 0.47 0 0.07 215.74 0.83 0.56
Hex 30 7C EC 50 2F 0 7 D8 53 38
Octal 60 174 354 120 57 0 7 330 123 70
Binary 110000 1111100 11101100 1010000 101111 0 111 11011000 1010011 111000

Color Harmonies of #307CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CEC

Black with #307CEC

Text Example


Text Example

White with #307CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307CEC; }

 p { color: rgb(48,124,236); }

 H1.HeaderClassName
 {
   color: #307CEC;
 }
 .AnyTagClassName
 {
   color: #307CEC;
 }
</style>

background-color css

<style>
 a { background-color: #307CEC; }

 a { background-color: rgb(48,124,236); }

 div.DivClassName
 {
   background-color: #307CEC;
 }
 .BgClassName
 {
   background-color: #307CEC;
 }
</style>

border-color css

<style>
 span { border-color: #307CEC; }

 span { border-color: rgb(48,124,236); }

 td.TdClassName
 {
   border-color: #307CEC;
 }
 .TagClassName
 {
   border-color: #307CEC;
 }
</style>