Html Css Color HEX #235EC9 Cerulean Blue

📋 copy color: '#235EC9'

red 35 ◦ green 94 ◦ blue 201

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

Shades of Cerulean Blue #235EC9

Tints of Cerulean Blue #235EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.91%

R = 10.61%
G = 28.48%
B = 60.91%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#235EC9 (or 0x235EC9) is known color: Cerulean Blue. HEX triplet: 23, 5E and C9. RGB value is (35,94,201). Sum of RGB (Red+Green+Blue) = 35+94+201=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #235EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EC9 is #DCA136. Grayscale: #585858. Windows color (decimal): -14459191 or 13196835. OLE color: 13196835.

HSL color Cylindrical-coordinate representation of color #235EC9: hue angle of 218.67º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235EC9 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 94 201 -
CMYK 0.83 0.53 0 0.21
HSL 218.67º 0.7% 0.46% -
HSV(B) 218.67º 0.83% 0.79% -
XYZ 15.24 12.58 56.88 -
YUV 88.56 191.45 89.8 -
System Red Green Blue C M Y K H S L
Decimal 35 94 201 0.83 0.53 0 0.21 218.67 0.7 0.46
Hex 23 5E C9 53 35 0 15 DB 46 2E
Octal 43 136 311 123 65 0 25 333 106 56
Binary 100011 1011110 11001001 1010011 110101 0 10101 11011011 1000110 101110

Color Harmonies of #235EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235EC9

Black with #235EC9

Text Example


Text Example

White with #235EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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