Html Css Color HEX #307FE0 Royal Blue

📋 copy color: '#307FE0'

red 48 ◦ green 127 ◦ blue 224

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

Shades of Royal Blue #307FE0

Tints of Royal Blue #307FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56.14%

R = 12.03%
G = 31.83%
B = 56.14%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#307FE0 (or 0x307FE0) is known color: Royal Blue. HEX triplet: 30, 7F and E0. RGB value is (48,127,224). Sum of RGB (Red+Green+Blue) = 48+127+224=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #307FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FE0 is #CF801F. Grayscale: #717171. Windows color (decimal): -13598752 or 14712624. OLE color: 14712624.

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

Color convert

RGB 48 127 224 -
CMYK 0.79 0.43 0 0.12
HSL 213.07º 0.74% 0.53% -
HSV(B) 213.07º 0.79% 0.88% -
XYZ 22.26 21.19 73.44 -
YUV 114.44 189.83 80.61 -
System Red Green Blue C M Y K H S L
Decimal 48 127 224 0.79 0.43 0 0.12 213.07 0.74 0.53
Hex 30 7F E0 4F 2B 0 C D5 4A 35
Octal 60 177 340 117 53 0 14 325 112 65
Binary 110000 1111111 11100000 1001111 101011 0 1100 11010101 1001010 110101

Color Harmonies of #307FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FE0

Black with #307FE0

Text Example


Text Example

White with #307FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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