Html Css Color HEX #235DCB Cerulean Blue

📋 copy color: '#235DCB'

red 35 ◦ green 93 ◦ blue 203

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

Shades of Cerulean Blue #235DCB

Tints of Cerulean Blue #235DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 10.57%
G = 28.1%
B = 61.33%

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

#235DCB (or 0x235DCB) is known color: Cerulean Blue. HEX triplet: 23, 5D and CB. RGB value is (35,93,203). Sum of RGB (Red+Green+Blue) = 35+93+203=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #235DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235DCB is #DCA234. Grayscale: #575757. Windows color (decimal): -14459445 or 13327651. OLE color: 13327651.

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

Color convert

RGB 35 93 203 -
CMYK 0.83 0.54 0 0.20
HSL 219.29º 0.71% 0.47% -
HSV(B) 219.29º 0.83% 0.8% -
XYZ 15.39 12.5 58.1 -
YUV 88.2 192.78 90.06 -
System Red Green Blue C M Y K H S L
Decimal 35 93 203 0.83 0.54 0 0.20 219.29 0.71 0.47
Hex 23 5D CB 53 36 0 14 DB 47 2F
Octal 43 135 313 123 66 0 24 333 107 57
Binary 100011 1011101 11001011 1010011 110110 0 10100 11011011 1000111 101111

Color Harmonies of #235DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235DCB

Black with #235DCB

Text Example


Text Example

White with #235DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,93,203); }

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

background-color css

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

 a { background-color: rgb(35,93,203); }

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

border-color css

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

 span { border-color: rgb(35,93,203); }

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