Html Css Color HEX #2351DC Cerulean Blue

📋 copy color: '#2351DC'

red 35 ◦ green 81 ◦ blue 220

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

Shades of Cerulean Blue #2351DC

Tints of Cerulean Blue #2351DC

RGB

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

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

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

R = 10.42%
G = 24.11%
B = 65.48%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2351DC (or 0x2351DC) is known color: Cerulean Blue. HEX triplet: 23, 51 and DC. RGB value is (35,81,220). Sum of RGB (Red+Green+Blue) = 35+81+220=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #2351DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2351DC is #DCAE23. Grayscale: #525252. Windows color (decimal): -14462500 or 14438691. OLE color: 14438691.

HSL color Cylindrical-coordinate representation of color #2351DC: hue angle of 225.08º 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 #2351DC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 81 220 -
CMYK 0.84 0.63 0 0.14
HSL 225.08º 0.73% 0.5% -
HSV(B) 225.08º 0.84% 0.86% -
XYZ 16.55 11.41 69.04 -
YUV 83.09 205.26 93.7 -
System Red Green Blue C M Y K H S L
Decimal 35 81 220 0.84 0.63 0 0.14 225.08 0.73 0.5
Hex 23 51 DC 54 3F 0 E E1 49 32
Octal 43 121 334 124 77 0 16 341 111 62
Binary 100011 1010001 11011100 1010100 111111 0 1110 11100001 1001001 110010

Color Harmonies of #2351DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2351DC

Black with #2351DC

Text Example


Text Example

White with #2351DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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