Html Css Color HEX #307DDD Royal Blue

📋 copy color: '#307DDD'

red 48 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #307DDD

Tints of Royal Blue #307DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 12.18%
G = 31.73%
B = 56.09%

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

#307DDD (or 0x307DDD) is known color: Royal Blue. HEX triplet: 30, 7D and DD. RGB value is (48,125,221). Sum of RGB (Red+Green+Blue) = 48+125+221=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #307DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DDD is #CF8222. Grayscale: #707070. Windows color (decimal): -13599267 or 14515504. OLE color: 14515504.

HSL color Cylindrical-coordinate representation of color #307DDD: hue angle of 213.29º degrees, saturation: 0.72, 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 #307DDD is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 125 221 -
CMYK 0.78 0.43 0 0.13
HSL 213.29º 0.72% 0.53% -
HSV(B) 213.29º 0.78% 0.87% -
XYZ 21.6 20.52 71.23 -
YUV 112.92 188.99 81.69 -
System Red Green Blue C M Y K H S L
Decimal 48 125 221 0.78 0.43 0 0.13 213.29 0.72 0.53
Hex 30 7D DD 4E 2B 0 D D5 48 35
Octal 60 175 335 116 53 0 15 325 110 65
Binary 110000 1111101 11011101 1001110 101011 0 1101 11010101 1001000 110101

Color Harmonies of #307DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DDD

Black with #307DDD

Text Example


Text Example

White with #307DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,125,221); }

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

background-color css

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

 a { background-color: rgb(48,125,221); }

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

border-color css

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

 span { border-color: rgb(48,125,221); }

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