Html Css Color HEX #4270CA Royal Blue

📋 copy color: '#4270CA'

red 66 ◦ green 112 ◦ blue 202

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

Shades of Royal Blue #4270CA

Tints of Royal Blue #4270CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 17.37%
G = 29.47%
B = 53.16%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4270CA (or 0x4270CA) is known color: Royal Blue. HEX triplet: 42, 70 and CA. RGB value is (66,112,202). Sum of RGB (Red+Green+Blue) = 66+112+202=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #4270CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270CA is #BD8F35. Grayscale: #6C6C6C. Windows color (decimal): -12422966 or 13267010. OLE color: 13267010.

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

Color convert

RGB 66 112 202 -
CMYK 0.67 0.45 0 0.21
HSL 219.71º 0.56% 0.53% -
HSV(B) 219.71º 0.67% 0.79% -
XYZ 18.7 17.01 58.17 -
YUV 108.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 66 112 202 0.67 0.45 0 0.21 219.71 0.56 0.53
Hex 42 70 CA 43 2D 0 15 DC 38 35
Octal 102 160 312 103 55 0 25 334 70 65
Binary 1000010 1110000 11001010 1000011 101101 0 10101 11011100 111000 110101

Color Harmonies of #4270CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4270CA

Black with #4270CA

Text Example


Text Example

White with #4270CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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