Html Css Color HEX #235BDC Cerulean Blue

📋 copy color: '#235BDC'

red 35 ◦ green 91 ◦ blue 220

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

Shades of Cerulean Blue #235BDC

Tints of Cerulean Blue #235BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 10.12%
G = 26.3%
B = 63.58%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#235BDC (or 0x235BDC) is known color: Cerulean Blue. HEX triplet: 23, 5B and DC. RGB value is (35,91,220). Sum of RGB (Red+Green+Blue) = 35+91+220=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #235BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235BDC is #DCA423. Grayscale: #585858. Windows color (decimal): -14459940 or 14441251. OLE color: 14441251.

HSL color Cylindrical-coordinate representation of color #235BDC: hue angle of 221.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #235BDC is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 91 220 -
CMYK 0.84 0.59 0 0.14
HSL 221.84º 0.73% 0.5% -
HSV(B) 221.84º 0.84% 0.86% -
XYZ 17.35 13.01 69.31 -
YUV 88.96 201.95 89.51 -
System Red Green Blue C M Y K H S L
Decimal 35 91 220 0.84 0.59 0 0.14 221.84 0.73 0.5
Hex 23 5B DC 54 3B 0 E DE 49 32
Octal 43 133 334 124 73 0 16 336 111 62
Binary 100011 1011011 11011100 1010100 111011 0 1110 11011110 1001001 110010

Color Harmonies of #235BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BDC

Black with #235BDC

Text Example


Text Example

White with #235BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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