Html Css Color HEX #307EE5 Royal Blue

📋 copy color: '#307EE5'

red 48 ◦ green 126 ◦ blue 229

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

Shades of Royal Blue #307EE5

Tints of Royal Blue #307EE5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

 BLUE value IS 229 (89.84% from 255) = 56.82%

R = 11.91%
G = 31.27%
B = 56.82%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#307EE5 (or 0x307EE5) is known color: Royal Blue. HEX triplet: 30, 7E and E5. RGB value is (48,126,229). Sum of RGB (Red+Green+Blue) = 48+126+229=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #307EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EE5 is #CF811A. Grayscale: #717171. Windows color (decimal): -13599003 or 15040048. OLE color: 15040048.

HSL color Cylindrical-coordinate representation of color #307EE5: hue angle of 214.14º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307EE5 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 126 229 -
CMYK 0.79 0.45 0 0.10
HSL 214.14º 0.78% 0.54% -
HSV(B) 214.14º 0.79% 0.9% -
XYZ 22.82 21.21 77.02 -
YUV 114.42 192.66 80.62 -
System Red Green Blue C M Y K H S L
Decimal 48 126 229 0.79 0.45 0 0.10 214.14 0.78 0.54
Hex 30 7E E5 4F 2D 0 A D6 4E 36
Octal 60 176 345 117 55 0 12 326 116 66
Binary 110000 1111110 11100101 1001111 101101 0 1010 11010110 1001110 110110

Color Harmonies of #307EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307EE5

Black with #307EE5

Text Example


Text Example

White with #307EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,126,229); }

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

background-color css

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

 a { background-color: rgb(48,126,229); }

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

border-color css

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

 span { border-color: rgb(48,126,229); }

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