Html Css Color HEX #2359BC Cerulean Blue

📋 copy color: '#2359BC'

red 35 ◦ green 89 ◦ blue 188

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

Shades of Cerulean Blue #2359BC

Tints of Cerulean Blue #2359BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 11.22%
G = 28.53%
B = 60.26%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2359BC (or 0x2359BC) is known color: Cerulean Blue. HEX triplet: 23, 59 and BC. RGB value is (35,89,188). Sum of RGB (Red+Green+Blue) = 35+89+188=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #2359BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2359BC is #DCA643. Grayscale: #535353. Windows color (decimal): -14460484 or 12343587. OLE color: 12343587.

HSL color Cylindrical-coordinate representation of color #2359BC: hue angle of 218.82º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2359BC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 89 188 -
CMYK 0.81 0.53 0 0.26
HSL 218.82º 0.69% 0.44% -
HSV(B) 218.82º 0.81% 0.74% -
XYZ 13.34 11.13 49.02 -
YUV 84.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 35 89 188 0.81 0.53 0 0.26 218.82 0.69 0.44
Hex 23 59 BC 51 35 0 1A DB 45 2C
Octal 43 131 274 121 65 0 32 333 105 54
Binary 100011 1011001 10111100 1010001 110101 0 11010 11011011 1000101 101100

Color Harmonies of #2359BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2359BC

Black with #2359BC

Text Example


Text Example

White with #2359BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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