Html Css Color HEX #4270CC Royal Blue

📋 copy color: '#4270CC'

red 66 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #4270CC

Tints of Royal Blue #4270CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 17.28%
G = 29.32%
B = 53.4%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4270CC (or 0x4270CC) is known color: Royal Blue. HEX triplet: 42, 70 and CC. RGB value is (66,112,204). Sum of RGB (Red+Green+Blue) = 66+112+204=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #4270CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270CC is #BD8F33. Grayscale: #6C6C6C. Windows color (decimal): -12422964 or 13398082. OLE color: 13398082.

HSL color Cylindrical-coordinate representation of color #4270CC: hue angle of 220º degrees, saturation: 0.57, 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 #4270CC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 112 204 -
CMYK 0.68 0.45 0 0.2
HSL 220º 0.58% 0.53% -
HSV(B) 220º 0.68% 0.8% -
XYZ 18.94 17.11 59.43 -
YUV 108.73 181.76 97.52 -
System Red Green Blue C M Y K H S L
Decimal 66 112 204 0.68 0.45 0 0.2 220 0.58 0.53
Hex 42 70 CC 44 2D 0 14 DC 3A 35
Octal 102 160 314 104 55 0 24 334 72 65
Binary 1000010 1110000 11001100 1000100 101101 0 10100 11011100 111010 110101

Color Harmonies of #4270CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4270CC

Black with #4270CC

Text Example


Text Example

White with #4270CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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