Html Css Color HEX #2353CC Cerulean Blue

📋 copy color: '#2353CC'

red 35 ◦ green 83 ◦ blue 204

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

Shades of Cerulean Blue #2353CC

Tints of Cerulean Blue #2353CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 10.87%
G = 25.78%
B = 63.35%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2353CC (or 0x2353CC) is known color: Cerulean Blue. HEX triplet: 23, 53 and CC. RGB value is (35,83,204). Sum of RGB (Red+Green+Blue) = 35+83+204=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #2353CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353CC is #DCAC33. Grayscale: #515151. Windows color (decimal): -14462004 or 13390627. OLE color: 13390627.

HSL color Cylindrical-coordinate representation of color #2353CC: hue angle of 222.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2353CC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 83 204 -
CMYK 0.83 0.59 0 0.2
HSL 222.96º 0.71% 0.47% -
HSV(B) 222.96º 0.83% 0.8% -
XYZ 14.69 10.9 58.46 -
YUV 82.44 196.6 94.16 -
System Red Green Blue C M Y K H S L
Decimal 35 83 204 0.83 0.59 0 0.2 222.96 0.71 0.47
Hex 23 53 CC 53 3B 0 14 DF 47 2F
Octal 43 123 314 123 73 0 24 337 107 57
Binary 100011 1010011 11001100 1010011 111011 0 10100 11011111 1000111 101111

Color Harmonies of #2353CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2353CC

Black with #2353CC

Text Example


Text Example

White with #2353CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2353CC; }

 p { color: rgb(35,83,204); }

 H1.HeaderClassName
 {
   color: #2353CC;
 }
 .AnyTagClassName
 {
   color: #2353CC;
 }
</style>

background-color css

<style>
 a { background-color: #2353CC; }

 a { background-color: rgb(35,83,204); }

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

border-color css

<style>
 span { border-color: #2353CC; }

 span { border-color: rgb(35,83,204); }

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