Html Css Color HEX #285ABC Cerulean Blue

📋 copy color: '#285ABC'

red 40 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #285ABC

Tints of Cerulean Blue #285ABC

RGB

 RED value IS 40 (16.02% from 255) = 12.58%

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

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

R = 12.58%
G = 28.3%
B = 59.12%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#285ABC (or 0x285ABC) is known color: Cerulean Blue. HEX triplet: 28, 5A and BC. RGB value is (40,90,188). Sum of RGB (Red+Green+Blue) = 40+90+188=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #285ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ABC is #D7A543. Grayscale: #555555. Windows color (decimal): -14132548 or 12343848. OLE color: 12343848.

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

Color convert

RGB 40 90 188 -
CMYK 0.79 0.52 0 0.26
HSL 219.73º 0.65% 0.45% -
HSV(B) 219.73º 0.79% 0.74% -
XYZ 13.61 11.39 49.06 -
YUV 86.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 40 90 188 0.79 0.52 0 0.26 219.73 0.65 0.45
Hex 28 5A BC 4F 34 0 1A DC 41 2D
Octal 50 132 274 117 64 0 32 334 101 55
Binary 101000 1011010 10111100 1001111 110100 0 11010 11011100 1000001 101101

Color Harmonies of #285ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ABC

Black with #285ABC

Text Example


Text Example

White with #285ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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