Html Css Color HEX #285ABF Cerulean Blue

📋 copy color: '#285ABF'

red 40 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #285ABF

Tints of Cerulean Blue #285ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 12.46%
G = 28.04%
B = 59.5%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#285ABF (or 0x285ABF) is known color: Cerulean Blue. HEX triplet: 28, 5A and BF. RGB value is (40,90,191). Sum of RGB (Red+Green+Blue) = 40+90+191=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #285ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ABF is #D7A540. Grayscale: #565656. Windows color (decimal): -14132545 or 12540456. OLE color: 12540456.

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

Color convert

RGB 40 90 191 -
CMYK 0.79 0.53 0 0.25
HSL 220.13º 0.65% 0.45% -
HSV(B) 220.13º 0.79% 0.75% -
XYZ 13.94 11.53 50.78 -
YUV 86.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 40 90 191 0.79 0.53 0 0.25 220.13 0.65 0.45
Hex 28 5A BF 4F 35 0 19 DC 41 2D
Octal 50 132 277 117 65 0 31 334 101 55
Binary 101000 1011010 10111111 1001111 110101 0 11001 11011100 1000001 101101

Color Harmonies of #285ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ABF

Black with #285ABF

Text Example


Text Example

White with #285ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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