Html Css Color HEX #235ABA Cerulean Blue

📋 copy color: '#235ABA'

red 35 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #235ABA

Tints of Cerulean Blue #235ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 11.25%
G = 28.94%
B = 59.81%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#235ABA (or 0x235ABA) is known color: Cerulean Blue. HEX triplet: 23, 5A and BA. RGB value is (35,90,186). Sum of RGB (Red+Green+Blue) = 35+90+186=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #235ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ABA is #DCA545. Grayscale: #545454. Windows color (decimal): -14460230 or 12212771. OLE color: 12212771.

HSL color Cylindrical-coordinate representation of color #235ABA: hue angle of 218.15º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #235ABA is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 90 186 -
CMYK 0.81 0.52 0 0.27
HSL 218.15º 0.68% 0.43% -
HSV(B) 218.15º 0.81% 0.73% -
XYZ 13.21 11.21 47.92 -
YUV 84.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 35 90 186 0.81 0.52 0 0.27 218.15 0.68 0.43
Hex 23 5A BA 51 34 0 1B DA 44 2B
Octal 43 132 272 121 64 0 33 332 104 53
Binary 100011 1011010 10111010 1010001 110100 0 11011 11011010 1000100 101011

Color Harmonies of #235ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ABA

Black with #235ABA

Text Example


Text Example

White with #235ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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