Html Css Color HEX #235ABC Cerulean Blue

📋 copy color: '#235ABC'

red 35 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #235ABC

Tints of Cerulean Blue #235ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 11.18%
G = 28.75%
B = 60.06%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#235ABC (or 0x235ABC) is known color: Cerulean Blue. HEX triplet: 23, 5A and BC. RGB value is (35,90,188). Sum of RGB (Red+Green+Blue) = 35+90+188=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #235ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ABC is #DCA543. Grayscale: #545454. Windows color (decimal): -14460228 or 12343843. OLE color: 12343843.

HSL color Cylindrical-coordinate representation of color #235ABC: hue angle of 218.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #235ABC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 90 188 -
CMYK 0.81 0.52 0 0.26
HSL 218.43º 0.69% 0.44% -
HSV(B) 218.43º 0.81% 0.74% -
XYZ 13.43 11.3 49.05 -
YUV 84.73 186.28 92.53 -
System Red Green Blue C M Y K H S L
Decimal 35 90 188 0.81 0.52 0 0.26 218.43 0.69 0.44
Hex 23 5A BC 51 34 0 1A DA 45 2C
Octal 43 132 274 121 64 0 32 332 105 54
Binary 100011 1011010 10111100 1010001 110100 0 11010 11011010 1000101 101100

Color Harmonies of #235ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ABC

Black with #235ABC

Text Example


Text Example

White with #235ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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