Html Css Color HEX #285BBA Cerulean Blue

📋 copy color: '#285BBA'

red 40 ◦ green 91 ◦ blue 186

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

Shades of Cerulean Blue #285BBA

Tints of Cerulean Blue #285BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 12.62%
G = 28.71%
B = 58.68%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#285BBA (or 0x285BBA) is known color: Cerulean Blue. HEX triplet: 28, 5B and BA. RGB value is (40,91,186). Sum of RGB (Red+Green+Blue) = 40+91+186=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #285BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BBA is #D7A445. Grayscale: #565656. Windows color (decimal): -14132294 or 12213032. OLE color: 12213032.

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

Color convert

RGB 40 91 186 -
CMYK 0.78 0.51 0 0.27
HSL 219.04º 0.65% 0.44% -
HSV(B) 219.04º 0.78% 0.73% -
XYZ 13.48 11.48 47.96 -
YUV 86.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 40 91 186 0.78 0.51 0 0.27 219.04 0.65 0.44
Hex 28 5B BA 4E 33 0 1B DB 41 2C
Octal 50 133 272 116 63 0 33 333 101 54
Binary 101000 1011011 10111010 1001110 110011 0 11011 11011011 1000001 101100

Color Harmonies of #285BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BBA

Black with #285BBA

Text Example


Text Example

White with #285BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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