Html Css Color HEX #235ECD Cerulean Blue

📋 copy color: '#235ECD'

red 35 ◦ green 94 ◦ blue 205

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

Shades of Cerulean Blue #235ECD

Tints of Cerulean Blue #235ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.14%

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

R = 10.48%
G = 28.14%
B = 61.38%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#235ECD (or 0x235ECD) is known color: Cerulean Blue. HEX triplet: 23, 5E and CD. RGB value is (35,94,205). Sum of RGB (Red+Green+Blue) = 35+94+205=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #235ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ECD is #DCA132. Grayscale: #585858. Windows color (decimal): -14459187 or 13458979. OLE color: 13458979.

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

Color convert

RGB 35 94 205 -
CMYK 0.83 0.54 0 0.20
HSL 219.18º 0.71% 0.47% -
HSV(B) 219.18º 0.83% 0.8% -
XYZ 15.72 12.77 59.39 -
YUV 89.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 35 94 205 0.83 0.54 0 0.20 219.18 0.71 0.47
Hex 23 5E CD 53 36 0 14 DB 47 2F
Octal 43 136 315 123 66 0 24 333 107 57
Binary 100011 1011110 11001101 1010011 110110 0 10100 11011011 1000111 101111

Color Harmonies of #235ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ECD

Black with #235ECD

Text Example


Text Example

White with #235ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235ECD; }

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

 H1.HeaderClassName
 {
   color: #235ECD;
 }
 .AnyTagClassName
 {
   color: #235ECD;
 }
</style>

background-color css

<style>
 a { background-color: #235ECD; }

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

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

border-color css

<style>
 span { border-color: #235ECD; }

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

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