Html Css Color HEX #4370DC Royal Blue

📋 copy color: '#4370DC'

red 67 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #4370DC

Tints of Royal Blue #4370DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 16.79%
G = 28.07%
B = 55.14%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4370DC (or 0x4370DC) is known color: Royal Blue. HEX triplet: 43, 70 and DC. RGB value is (67,112,220). Sum of RGB (Red+Green+Blue) = 67+112+220=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #4370DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370DC is #BC8F23. Grayscale: #6E6E6E. Windows color (decimal): -12357412 or 14446659. OLE color: 14446659.

HSL color Cylindrical-coordinate representation of color #4370DC: hue angle of 222.35º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4370DC is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 112 220 -
CMYK 0.70 0.49 0 0.14
HSL 222.35º 0.69% 0.56% -
HSV(B) 222.35º 0.7% 0.86% -
XYZ 21.03 17.95 70.07 -
YUV 110.86 189.59 96.72 -
System Red Green Blue C M Y K H S L
Decimal 67 112 220 0.70 0.49 0 0.14 222.35 0.69 0.56
Hex 43 70 DC 46 31 0 E DE 45 38
Octal 103 160 334 106 61 0 16 336 105 70
Binary 1000011 1110000 11011100 1000110 110001 0 1110 11011110 1000101 111000

Color Harmonies of #4370DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370DC

Black with #4370DC

Text Example


Text Example

White with #4370DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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