Html Css Color HEX #235ECC Cerulean Blue

📋 copy color: '#235ECC'

red 35 ◦ green 94 ◦ blue 204

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

Shades of Cerulean Blue #235ECC

Tints of Cerulean Blue #235ECC

RGB

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

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

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

R = 10.51%
G = 28.23%
B = 61.26%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#235ECC (or 0x235ECC) is known color: Cerulean Blue. HEX triplet: 23, 5E and CC. RGB value is (35,94,204). Sum of RGB (Red+Green+Blue) = 35+94+204=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #235ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ECC is #DCA133. Grayscale: #585858. Windows color (decimal): -14459188 or 13393443. OLE color: 13393443.

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

Color convert

RGB 35 94 204 -
CMYK 0.83 0.54 0 0.2
HSL 219.05º 0.71% 0.47% -
HSV(B) 219.05º 0.83% 0.8% -
XYZ 15.59 12.72 58.76 -
YUV 88.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 35 94 204 0.83 0.54 0 0.2 219.05 0.71 0.47
Hex 23 5E CC 53 36 0 14 DB 47 2F
Octal 43 136 314 123 66 0 24 333 107 57
Binary 100011 1011110 11001100 1010011 110110 0 10100 11011011 1000111 101111

Color Harmonies of #235ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ECC

Black with #235ECC

Text Example


Text Example

White with #235ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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