Html Css Color HEX #235ACE Cerulean Blue

📋 copy color: '#235ACE'

red 35 ◦ green 90 ◦ blue 206

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

Shades of Cerulean Blue #235ACE

Tints of Cerulean Blue #235ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 10.57%
G = 27.19%
B = 62.24%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#235ACE (or 0x235ACE) is known color: Cerulean Blue. HEX triplet: 23, 5A and CE. RGB value is (35,90,206). Sum of RGB (Red+Green+Blue) = 35+90+206=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #235ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ACE is #DCA531. Grayscale: #565656. Windows color (decimal): -14460210 or 13523491. OLE color: 13523491.

HSL color Cylindrical-coordinate representation of color #235ACE: hue angle of 220.7º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235ACE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 90 206 -
CMYK 0.83 0.56 0 0.19
HSL 220.7º 0.71% 0.47% -
HSV(B) 220.7º 0.83% 0.81% -
XYZ 15.49 12.13 59.92 -
YUV 86.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 35 90 206 0.83 0.56 0 0.19 220.7 0.71 0.47
Hex 23 5A CE 53 38 0 13 DD 47 2F
Octal 43 132 316 123 70 0 23 335 107 57
Binary 100011 1011010 11001110 1010011 111000 0 10011 11011101 1000111 101111

Color Harmonies of #235ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ACE

Black with #235ACE

Text Example


Text Example

White with #235ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,90,206); }

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

background-color css

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

 a { background-color: rgb(35,90,206); }

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

border-color css

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

 span { border-color: rgb(35,90,206); }

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