Html Css Color HEX #235BCC Cerulean Blue

📋 copy color: '#235BCC'

red 35 ◦ green 91 ◦ blue 204

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

Shades of Cerulean Blue #235BCC

Tints of Cerulean Blue #235BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

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

R = 10.61%
G = 27.58%
B = 61.82%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#235BCC (or 0x235BCC) is known color: Cerulean Blue. HEX triplet: 23, 5B and CC. RGB value is (35,91,204). Sum of RGB (Red+Green+Blue) = 35+91+204=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #235BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235BCC is #DCA433. Grayscale: #565656. Windows color (decimal): -14459956 or 13392675. OLE color: 13392675.

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

Color convert

RGB 35 91 204 -
CMYK 0.83 0.55 0 0.2
HSL 220.12º 0.71% 0.47% -
HSV(B) 220.12º 0.83% 0.8% -
XYZ 15.33 12.2 58.67 -
YUV 87.14 193.95 90.81 -
System Red Green Blue C M Y K H S L
Decimal 35 91 204 0.83 0.55 0 0.2 220.12 0.71 0.47
Hex 23 5B CC 53 37 0 14 DC 47 2F
Octal 43 133 314 123 67 0 24 334 107 57
Binary 100011 1011011 11001100 1010011 110111 0 10100 11011100 1000111 101111

Color Harmonies of #235BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BCC

Black with #235BCC

Text Example


Text Example

White with #235BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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