Html Css Color HEX #4370CD Royal Blue

📋 copy color: '#4370CD'

red 67 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #4370CD

Tints of Royal Blue #4370CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 17.45%
G = 29.17%
B = 53.39%

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

#4370CD (or 0x4370CD) is known color: Royal Blue. HEX triplet: 43, 70 and CD. RGB value is (67,112,205). Sum of RGB (Red+Green+Blue) = 67+112+205=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #4370CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370CD is #BC8F32. Grayscale: #6C6C6C. Windows color (decimal): -12357427 or 13463619. OLE color: 13463619.

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

Color convert

RGB 67 112 205 -
CMYK 0.67 0.45 0 0.20
HSL 220.43º 0.58% 0.53% -
HSV(B) 220.43º 0.67% 0.8% -
XYZ 19.13 17.19 60.07 -
YUV 109.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 67 112 205 0.67 0.45 0 0.20 220.43 0.58 0.53
Hex 43 70 CD 43 2D 0 14 DC 3A 35
Octal 103 160 315 103 55 0 24 334 72 65
Binary 1000011 1110000 11001101 1000011 101101 0 10100 11011100 111010 110101

Color Harmonies of #4370CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370CD

Black with #4370CD

Text Example


Text Example

White with #4370CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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