Html Css Color HEX #4272CD Royal Blue

📋 copy color: '#4272CD'

red 66 ◦ green 114 ◦ blue 205

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

Shades of Royal Blue #4272CD

Tints of Royal Blue #4272CD

RGB

 RED value IS 66 (26.17% from 255) = 17.14%

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 17.14%
G = 29.61%
B = 53.25%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4272CD (or 0x4272CD) is known color: Royal Blue. HEX triplet: 42, 72 and CD. RGB value is (66,114,205). Sum of RGB (Red+Green+Blue) = 66+114+205=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #4272CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272CD is #BD8D32. Grayscale: #6D6D6D. Windows color (decimal): -12422451 or 13464130. OLE color: 13464130.

HSL color Cylindrical-coordinate representation of color #4272CD: hue angle of 219.28º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4272CD is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 114 205 -
CMYK 0.68 0.44 0 0.20
HSL 219.28º 0.58% 0.53% -
HSV(B) 219.28º 0.68% 0.8% -
XYZ 19.28 17.6 60.14 -
YUV 110.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 66 114 205 0.68 0.44 0 0.20 219.28 0.58 0.53
Hex 42 72 CD 44 2C 0 14 DB 3A 35
Octal 102 162 315 104 54 0 24 333 72 65
Binary 1000010 1110010 11001101 1000100 101100 0 10100 11011011 111010 110101

Color Harmonies of #4272CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4272CD

Black with #4272CD

Text Example


Text Example

White with #4272CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4272CD; }

 p { color: rgb(66,114,205); }

 H1.HeaderClassName
 {
   color: #4272CD;
 }
 .AnyTagClassName
 {
   color: #4272CD;
 }
</style>

background-color css

<style>
 a { background-color: #4272CD; }

 a { background-color: rgb(66,114,205); }

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

border-color css

<style>
 span { border-color: #4272CD; }

 span { border-color: rgb(66,114,205); }

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