Html Css Color HEX #4270CE Royal Blue

📋 copy color: '#4270CE'

red 66 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #4270CE

Tints of Royal Blue #4270CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 17.19%
G = 29.17%
B = 53.65%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4270CE (or 0x4270CE) is known color: Royal Blue. HEX triplet: 42, 70 and CE. RGB value is (66,112,206). Sum of RGB (Red+Green+Blue) = 66+112+206=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #4270CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270CE is #BD8F31. Grayscale: #6C6C6C. Windows color (decimal): -12422962 or 13529154. OLE color: 13529154.

HSL color Cylindrical-coordinate representation of color #4270CE: hue angle of 220.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4270CE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 112 206 -
CMYK 0.68 0.46 0 0.19
HSL 220.29º 0.59% 0.53% -
HSV(B) 220.29º 0.68% 0.81% -
XYZ 19.18 17.2 60.7 -
YUV 108.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 66 112 206 0.68 0.46 0 0.19 220.29 0.59 0.53
Hex 42 70 CE 44 2E 0 13 DC 3B 35
Octal 102 160 316 104 56 0 23 334 73 65
Binary 1000010 1110000 11001110 1000100 101110 0 10011 11011100 111011 110101

Color Harmonies of #4270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4270CE

Black with #4270CE

Text Example


Text Example

White with #4270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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