Html Css Color HEX #2370CB Denim

📋 copy color: '#2370CB'

red 35 ◦ green 112 ◦ blue 203

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

Shades of Denim #2370CB

Tints of Denim #2370CB

RGB

 RED value IS 35 (14.06% from 255) = 10%

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 10%
G = 32%
B = 58%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2370CB (or 0x2370CB) is known color: Denim. HEX triplet: 23, 70 and CB. RGB value is (35,112,203). Sum of RGB (Red+Green+Blue) = 35+112+203=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #2370CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2370CB is #DC8F34. Grayscale: #626262. Windows color (decimal): -14454581 or 13332515. OLE color: 13332515.

HSL color Cylindrical-coordinate representation of color #2370CB: hue angle of 212.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2370CB is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 112 203 -
CMYK 0.83 0.45 0 0.20
HSL 212.5º 0.71% 0.47% -
HSV(B) 212.5º 0.83% 0.8% -
XYZ 17.27 16.26 58.73 -
YUV 99.35 186.49 82.1 -
System Red Green Blue C M Y K H S L
Decimal 35 112 203 0.83 0.45 0 0.20 212.5 0.71 0.47
Hex 23 70 CB 53 2D 0 14 D4 47 2F
Octal 43 160 313 123 55 0 24 324 107 57
Binary 100011 1110000 11001011 1010011 101101 0 10100 11010100 1000111 101111

Color Harmonies of #2370CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2370CB

Black with #2370CB

Text Example


Text Example

White with #2370CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2370CB; }

 p { color: rgb(35,112,203); }

 H1.HeaderClassName
 {
   color: #2370CB;
 }
 .AnyTagClassName
 {
   color: #2370CB;
 }
</style>

background-color css

<style>
 a { background-color: #2370CB; }

 a { background-color: rgb(35,112,203); }

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

border-color css

<style>
 span { border-color: #2370CB; }

 span { border-color: rgb(35,112,203); }

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