Html Css Color HEX #4270CB Royal Blue

📋 copy color: '#4270CB'

red 66 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #4270CB

Tints of Royal Blue #4270CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 17.32%
G = 29.4%
B = 53.28%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4270CB (or 0x4270CB) is known color: Royal Blue. HEX triplet: 42, 70 and CB. RGB value is (66,112,203). Sum of RGB (Red+Green+Blue) = 66+112+203=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #4270CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270CB is #BD8F34. Grayscale: #6C6C6C. Windows color (decimal): -12422965 or 13332546. OLE color: 13332546.

HSL color Cylindrical-coordinate representation of color #4270CB: hue angle of 219.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4270CB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 112 203 -
CMYK 0.67 0.45 0 0.20
HSL 219.85º 0.57% 0.53% -
HSV(B) 219.85º 0.67% 0.8% -
XYZ 18.82 17.06 58.8 -
YUV 108.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 66 112 203 0.67 0.45 0 0.20 219.85 0.57 0.53
Hex 42 70 CB 43 2D 0 14 DC 39 35
Octal 102 160 313 103 55 0 24 334 71 65
Binary 1000010 1110000 11001011 1000011 101101 0 10100 11011100 111001 110101

Color Harmonies of #4270CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4270CB

Black with #4270CB

Text Example


Text Example

White with #4270CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4270CB; }

 p { color: rgb(66,112,203); }

 H1.HeaderClassName
 {
   color: #4270CB;
 }
 .AnyTagClassName
 {
   color: #4270CB;
 }
</style>

background-color css

<style>
 a { background-color: #4270CB; }

 a { background-color: rgb(66,112,203); }

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

border-color css

<style>
 span { border-color: #4270CB; }

 span { border-color: rgb(66,112,203); }

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