Html Css Color HEX #307FDE Royal Blue

📋 copy color: '#307FDE'

red 48 ◦ green 127 ◦ blue 222

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

Shades of Royal Blue #307FDE

Tints of Royal Blue #307FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 12.09%
G = 31.99%
B = 55.92%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#307FDE (or 0x307FDE) is known color: Royal Blue. HEX triplet: 30, 7F and DE. RGB value is (48,127,222). Sum of RGB (Red+Green+Blue) = 48+127+222=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #307FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FDE is #CF8021. Grayscale: #717171. Windows color (decimal): -13598754 or 14581552. OLE color: 14581552.

HSL color Cylindrical-coordinate representation of color #307FDE: hue angle of 212.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307FDE is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 127 222 -
CMYK 0.78 0.43 0 0.13
HSL 212.76º 0.73% 0.53% -
HSV(B) 212.76º 0.78% 0.87% -
XYZ 21.99 21.08 72.02 -
YUV 114.21 188.83 80.78 -
System Red Green Blue C M Y K H S L
Decimal 48 127 222 0.78 0.43 0 0.13 212.76 0.73 0.53
Hex 30 7F DE 4E 2B 0 D D5 48 35
Octal 60 177 336 116 53 0 15 325 110 65
Binary 110000 1111111 11011110 1001110 101011 0 1101 11010101 1001000 110101

Color Harmonies of #307FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FDE

Black with #307FDE

Text Example


Text Example

White with #307FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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