Html Css Color HEX #4370CA Royal Blue

📋 copy color: '#4370CA'

red 67 ◦ green 112 ◦ blue 202

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

Shades of Royal Blue #4370CA

Tints of Royal Blue #4370CA

RGB

 RED value IS 67 (26.56% from 255) = 17.59%

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

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

R = 17.59%
G = 29.4%
B = 53.02%

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

#4370CA (or 0x4370CA) is known color: Royal Blue. HEX triplet: 43, 70 and CA. RGB value is (67,112,202). Sum of RGB (Red+Green+Blue) = 67+112+202=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #4370CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370CA is #BC8F35. Grayscale: #6C6C6C. Windows color (decimal): -12357430 or 13267011. OLE color: 13267011.

HSL color Cylindrical-coordinate representation of color #4370CA: hue angle of 220º 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 #4370CA is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 67 112 202 -
CMYK 0.67 0.45 0 0.21
HSL 220º 0.56% 0.53% -
HSV(B) 220º 0.67% 0.79% -
XYZ 18.77 17.05 58.18 -
YUV 108.81 180.59 98.18 -
System Red Green Blue C M Y K H S L
Decimal 67 112 202 0.67 0.45 0 0.21 220 0.56 0.53
Hex 43 70 CA 43 2D 0 15 DC 38 35
Octal 103 160 312 103 55 0 25 334 70 65
Binary 1000011 1110000 11001010 1000011 101101 0 10101 11011100 111000 110101

Color Harmonies of #4370CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370CA

Black with #4370CA

Text Example


Text Example

White with #4370CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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