Html Css Color HEX #235ECB Cerulean Blue

📋 copy color: '#235ECB'

red 35 ◦ green 94 ◦ blue 203

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

Shades of Cerulean Blue #235ECB

Tints of Cerulean Blue #235ECB

RGB

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

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

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

R = 10.54%
G = 28.31%
B = 61.14%

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

#235ECB (or 0x235ECB) is known color: Cerulean Blue. HEX triplet: 23, 5E and CB. RGB value is (35,94,203). Sum of RGB (Red+Green+Blue) = 35+94+203=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #235ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ECB is #DCA134. Grayscale: #585858. Windows color (decimal): -14459189 or 13327907. OLE color: 13327907.

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

Color convert

RGB 35 94 203 -
CMYK 0.83 0.54 0 0.20
HSL 218.93º 0.71% 0.47% -
HSV(B) 218.93º 0.83% 0.8% -
XYZ 15.48 12.67 58.13 -
YUV 88.79 192.45 89.64 -
System Red Green Blue C M Y K H S L
Decimal 35 94 203 0.83 0.54 0 0.20 218.93 0.71 0.47
Hex 23 5E CB 53 36 0 14 DB 47 2F
Octal 43 136 313 123 66 0 24 333 107 57
Binary 100011 1011110 11001011 1010011 110110 0 10100 11011011 1000111 101111

Color Harmonies of #235ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ECB

Black with #235ECB

Text Example


Text Example

White with #235ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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