Html Css Color HEX #2351CE Cerulean Blue

📋 copy color: '#2351CE'

red 35 ◦ green 81 ◦ blue 206

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

Shades of Cerulean Blue #2351CE

Tints of Cerulean Blue #2351CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 10.87%
G = 25.16%
B = 63.98%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2351CE (or 0x2351CE) is known color: Cerulean Blue. HEX triplet: 23, 51 and CE. RGB value is (35,81,206). Sum of RGB (Red+Green+Blue) = 35+81+206=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #2351CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2351CE is #DCAE31. Grayscale: #505050. Windows color (decimal): -14462514 or 13521187. OLE color: 13521187.

HSL color Cylindrical-coordinate representation of color #2351CE: hue angle of 223.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2351CE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 81 206 -
CMYK 0.83 0.61 0 0.19
HSL 223.86º 0.71% 0.47% -
HSV(B) 223.86º 0.83% 0.81% -
XYZ 14.78 10.7 59.68 -
YUV 81.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 35 81 206 0.83 0.61 0 0.19 223.86 0.71 0.47
Hex 23 51 CE 53 3D 0 13 E0 47 2F
Octal 43 121 316 123 75 0 23 340 107 57
Binary 100011 1010001 11001110 1010011 111101 0 10011 11100000 1000111 101111

Color Harmonies of #2351CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2351CE

Black with #2351CE

Text Example


Text Example

White with #2351CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2351CE; }

 p { color: rgb(35,81,206); }

 H1.HeaderClassName
 {
   color: #2351CE;
 }
 .AnyTagClassName
 {
   color: #2351CE;
 }
</style>

background-color css

<style>
 a { background-color: #2351CE; }

 a { background-color: rgb(35,81,206); }

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

border-color css

<style>
 span { border-color: #2351CE; }

 span { border-color: rgb(35,81,206); }

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