Html Css Color HEX #2359DC Cerulean Blue

📋 copy color: '#2359DC'

red 35 ◦ green 89 ◦ blue 220

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

Shades of Cerulean Blue #2359DC

Tints of Cerulean Blue #2359DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

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

R = 10.17%
G = 25.87%
B = 63.95%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2359DC (or 0x2359DC) is known color: Cerulean Blue. HEX triplet: 23, 59 and DC. RGB value is (35,89,220). Sum of RGB (Red+Green+Blue) = 35+89+220=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #2359DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2359DC is #DCA623. Grayscale: #575757. Windows color (decimal): -14460452 or 14440739. OLE color: 14440739.

HSL color Cylindrical-coordinate representation of color #2359DC: hue angle of 222.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2359DC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 89 220 -
CMYK 0.84 0.60 0 0.14
HSL 222.49º 0.73% 0.5% -
HSV(B) 222.49º 0.84% 0.86% -
XYZ 17.18 12.67 69.25 -
YUV 87.79 202.61 90.35 -
System Red Green Blue C M Y K H S L
Decimal 35 89 220 0.84 0.60 0 0.14 222.49 0.73 0.5
Hex 23 59 DC 54 3C 0 E DE 49 32
Octal 43 131 334 124 74 0 16 336 111 62
Binary 100011 1011001 11011100 1010100 111100 0 1110 11011110 1001001 110010

Color Harmonies of #2359DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2359DC

Black with #2359DC

Text Example


Text Example

White with #2359DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,89,220); }

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

background-color css

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

 a { background-color: rgb(35,89,220); }

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

border-color css

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

 span { border-color: rgb(35,89,220); }

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