Html Css Color HEX #307FE1 Royal Blue

📋 copy color: '#307FE1'

red 48 ◦ green 127 ◦ blue 225

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

Shades of Royal Blue #307FE1

Tints of Royal Blue #307FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 31.75%

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 12%
G = 31.75%
B = 56.25%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#307FE1 (or 0x307FE1) is known color: Royal Blue. HEX triplet: 30, 7F and E1. RGB value is (48,127,225). Sum of RGB (Red+Green+Blue) = 48+127+225=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #307FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FE1 is #CF801E. Grayscale: #727272. Windows color (decimal): -13598751 or 14778160. OLE color: 14778160.

HSL color Cylindrical-coordinate representation of color #307FE1: hue angle of 213.22º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307FE1 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 127 225 -
CMYK 0.79 0.44 0 0.12
HSL 213.22º 0.75% 0.54% -
HSV(B) 213.22º 0.79% 0.88% -
XYZ 22.4 21.24 74.15 -
YUV 114.55 190.33 80.53 -
System Red Green Blue C M Y K H S L
Decimal 48 127 225 0.79 0.44 0 0.12 213.22 0.75 0.54
Hex 30 7F E1 4F 2C 0 C D5 4B 36
Octal 60 177 341 117 54 0 14 325 113 66
Binary 110000 1111111 11100001 1001111 101100 0 1100 11010101 1001011 110110

Color Harmonies of #307FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FE1

Black with #307FE1

Text Example


Text Example

White with #307FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,225); }

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

background-color css

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

 a { background-color: rgb(48,127,225); }

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

border-color css

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

 span { border-color: rgb(48,127,225); }

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