Html Css Color HEX #285ABB Cerulean Blue

📋 copy color: '#285ABB'

red 40 ◦ green 90 ◦ blue 187

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

Shades of Cerulean Blue #285ABB

Tints of Cerulean Blue #285ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 12.62%
G = 28.39%
B = 58.99%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#285ABB (or 0x285ABB) is known color: Cerulean Blue. HEX triplet: 28, 5A and BB. RGB value is (40,90,187). Sum of RGB (Red+Green+Blue) = 40+90+187=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #285ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ABB is #D7A544. Grayscale: #555555. Windows color (decimal): -14132549 or 12278312. OLE color: 12278312.

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

Color convert

RGB 40 90 187 -
CMYK 0.79 0.52 0 0.27
HSL 219.59º 0.65% 0.45% -
HSV(B) 219.59º 0.79% 0.73% -
XYZ 13.5 11.35 48.49 -
YUV 86.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 40 90 187 0.79 0.52 0 0.27 219.59 0.65 0.45
Hex 28 5A BB 4F 34 0 1B DC 41 2D
Octal 50 132 273 117 64 0 33 334 101 55
Binary 101000 1011010 10111011 1001111 110100 0 11011 11011100 1000001 101101

Color Harmonies of #285ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ABB

Black with #285ABB

Text Example


Text Example

White with #285ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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