Html Css Color HEX #2356C8 Cerulean Blue

📋 copy color: '#2356C8'

red 35 ◦ green 86 ◦ blue 200

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

Shades of Cerulean Blue #2356C8

Tints of Cerulean Blue #2356C8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

 BLUE value IS 200 (78.52% from 255) = 62.31%

R = 10.9%
G = 26.79%
B = 62.31%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2356C8 (or 0x2356C8) is known color: Cerulean Blue. HEX triplet: 23, 56 and C8. RGB value is (35,86,200). Sum of RGB (Red+Green+Blue) = 35+86+200=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 200 (78.52% from 255 or 62.31% from 321); Max value from RGB is 200 - color contains mainly: blue. Hex color #2356C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356C8 is #DCA937. Grayscale: #535353. Windows color (decimal): -14461240 or 13129251. OLE color: 13129251.

HSL color Cylindrical-coordinate representation of color #2356C8: hue angle of 221.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2356C8 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 86 200 -
CMYK 0.82 0.57 0 0.22
HSL 221.45º 0.7% 0.46% -
HSV(B) 221.45º 0.83% 0.78% -
XYZ 14.45 11.18 56.04 -
YUV 83.75 193.6 93.23 -
System Red Green Blue C M Y K H S L
Decimal 35 86 200 0.82 0.57 0 0.22 221.45 0.7 0.46
Hex 23 56 C8 52 39 0 16 DD 46 2E
Octal 43 126 310 122 71 0 26 335 106 56
Binary 100011 1010110 11001000 1010010 111001 0 10110 11011101 1000110 101110

Color Harmonies of #2356C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356C8

Black with #2356C8

Text Example


Text Example

White with #2356C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2356C8; }

 p { color: rgb(35,86,200); }

 H1.HeaderClassName
 {
   color: #2356C8;
 }
 .AnyTagClassName
 {
   color: #2356C8;
 }
</style>

background-color css

<style>
 a { background-color: #2356C8; }

 a { background-color: rgb(35,86,200); }

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

border-color css

<style>
 span { border-color: #2356C8; }

 span { border-color: rgb(35,86,200); }

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