Html Css Color HEX #235DB8 Denim

📋 copy color: '#235DB8'

red 35 ◦ green 93 ◦ blue 184

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

Shades of Denim #235DB8

Tints of Denim #235DB8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 184 (72.27% from 255) = 58.97%

R = 11.22%
G = 29.81%
B = 58.97%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#235DB8 (or 0x235DB8) is known color: Denim. HEX triplet: 23, 5D and B8. RGB value is (35,93,184). Sum of RGB (Red+Green+Blue) = 35+93+184=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #235DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235DB8 is #DCA247. Grayscale: #555555. Windows color (decimal): -14459464 or 12082467. OLE color: 12082467.

HSL color Cylindrical-coordinate representation of color #235DB8: hue angle of 216.64º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #235DB8 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 35 93 184 -
CMYK 0.81 0.49 0 0.28
HSL 216.64º 0.68% 0.43% -
HSV(B) 216.64º 0.81% 0.72% -
XYZ 13.26 11.65 46.9 -
YUV 86.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 35 93 184 0.81 0.49 0 0.28 216.64 0.68 0.43
Hex 23 5D B8 51 31 0 1C D9 44 2B
Octal 43 135 270 121 61 0 34 331 104 53
Binary 100011 1011101 10111000 1010001 110001 0 11100 11011001 1000100 101011

Color Harmonies of #235DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235DB8

Black with #235DB8

Text Example


Text Example

White with #235DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235DB8; }

 p { color: rgb(35,93,184); }

 H1.HeaderClassName
 {
   color: #235DB8;
 }
 .AnyTagClassName
 {
   color: #235DB8;
 }
</style>

background-color css

<style>
 a { background-color: #235DB8; }

 a { background-color: rgb(35,93,184); }

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

border-color css

<style>
 span { border-color: #235DB8; }

 span { border-color: rgb(35,93,184); }

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