Html Css Color HEX #2353CD Cerulean Blue

📋 copy color: '#2353CD'

red 35 ◦ green 83 ◦ blue 205

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

Shades of Cerulean Blue #2353CD

Tints of Cerulean Blue #2353CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 10.84%
G = 25.7%
B = 63.47%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2353CD (or 0x2353CD) is known color: Cerulean Blue. HEX triplet: 23, 53 and CD. RGB value is (35,83,205). Sum of RGB (Red+Green+Blue) = 35+83+205=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #2353CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353CD is #DCAC32. Grayscale: #525252. Windows color (decimal): -14462003 or 13456163. OLE color: 13456163.

HSL color Cylindrical-coordinate representation of color #2353CD: hue angle of 223.06º 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 #2353CD is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 83 205 -
CMYK 0.83 0.60 0 0.20
HSL 223.06º 0.71% 0.47% -
HSV(B) 223.06º 0.83% 0.8% -
XYZ 14.81 10.95 59.09 -
YUV 82.56 197.1 94.08 -
System Red Green Blue C M Y K H S L
Decimal 35 83 205 0.83 0.60 0 0.20 223.06 0.71 0.47
Hex 23 53 CD 53 3C 0 14 DF 47 2F
Octal 43 123 315 123 74 0 24 337 107 57
Binary 100011 1010011 11001101 1010011 111100 0 10100 11011111 1000111 101111

Color Harmonies of #2353CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2353CD

Black with #2353CD

Text Example


Text Example

White with #2353CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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