Html Css Color HEX #285CBA Cerulean Blue

📋 copy color: '#285CBA'

red 40 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #285CBA

Tints of Cerulean Blue #285CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 12.58%
G = 28.93%
B = 58.49%

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

#285CBA (or 0x285CBA) is known color: Cerulean Blue. HEX triplet: 28, 5C and BA. RGB value is (40,92,186). Sum of RGB (Red+Green+Blue) = 40+92+186=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #285CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CBA is #D7A345. Grayscale: #565656. Windows color (decimal): -14132038 or 12213288. OLE color: 12213288.

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

Color convert

RGB 40 92 186 -
CMYK 0.78 0.51 0 0.27
HSL 218.63º 0.65% 0.44% -
HSV(B) 218.63º 0.78% 0.73% -
XYZ 13.57 11.65 47.99 -
YUV 87.17 183.77 94.36 -
System Red Green Blue C M Y K H S L
Decimal 40 92 186 0.78 0.51 0 0.27 218.63 0.65 0.44
Hex 28 5C BA 4E 33 0 1B DB 41 2C
Octal 50 134 272 116 63 0 33 333 101 54
Binary 101000 1011100 10111010 1001110 110011 0 11011 11011011 1000001 101100

Color Harmonies of #285CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CBA

Black with #285CBA

Text Example


Text Example

White with #285CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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