Html Css Color HEX #285BBB Cerulean Blue

📋 copy color: '#285BBB'

red 40 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #285BBB

Tints of Cerulean Blue #285BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 12.58%
G = 28.62%
B = 58.81%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#285BBB (or 0x285BBB) is known color: Cerulean Blue. HEX triplet: 28, 5B and BB. RGB value is (40,91,187). Sum of RGB (Red+Green+Blue) = 40+91+187=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #285BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BBB is #D7A444. Grayscale: #565656. Windows color (decimal): -14132293 or 12278568. OLE color: 12278568.

HSL color Cylindrical-coordinate representation of color #285BBB: hue angle of 219.18º 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 #285BBB is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 91 187 -
CMYK 0.79 0.51 0 0.27
HSL 219.18º 0.65% 0.45% -
HSV(B) 219.18º 0.79% 0.73% -
XYZ 13.59 11.52 48.52 -
YUV 86.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 40 91 187 0.79 0.51 0 0.27 219.18 0.65 0.45
Hex 28 5B BB 4F 33 0 1B DB 41 2D
Octal 50 133 273 117 63 0 33 333 101 55
Binary 101000 1011011 10111011 1001111 110011 0 11011 11011011 1000001 101101

Color Harmonies of #285BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BBB

Black with #285BBB

Text Example


Text Example

White with #285BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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