Html Css Color HEX #235BDB Cerulean Blue

📋 copy color: '#235BDB'

red 35 ◦ green 91 ◦ blue 219

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

Shades of Cerulean Blue #235BDB

Tints of Cerulean Blue #235BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 10.14%
G = 26.38%
B = 63.48%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#235BDB (or 0x235BDB) is known color: Cerulean Blue. HEX triplet: 23, 5B and DB. RGB value is (35,91,219). Sum of RGB (Red+Green+Blue) = 35+91+219=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #235BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235BDB is #DCA424. Grayscale: #585858. Windows color (decimal): -14459941 or 14375715. OLE color: 14375715.

HSL color Cylindrical-coordinate representation of color #235BDB: hue angle of 221.74º degrees, saturation: 0.72, 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 #235BDB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 91 219 -
CMYK 0.84 0.58 0 0.14
HSL 221.74º 0.72% 0.5% -
HSV(B) 221.74º 0.84% 0.86% -
XYZ 17.22 12.95 68.61 -
YUV 88.85 201.45 89.59 -
System Red Green Blue C M Y K H S L
Decimal 35 91 219 0.84 0.58 0 0.14 221.74 0.72 0.5
Hex 23 5B DB 54 3A 0 E DE 48 32
Octal 43 133 333 124 72 0 16 336 110 62
Binary 100011 1011011 11011011 1010100 111010 0 1110 11011110 1001000 110010

Color Harmonies of #235BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BDB

Black with #235BDB

Text Example


Text Example

White with #235BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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