Html Css Color HEX #285BBC Cerulean Blue

📋 copy color: '#285BBC'

red 40 ◦ green 91 ◦ blue 188

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

Shades of Cerulean Blue #285BBC

Tints of Cerulean Blue #285BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 12.54%
G = 28.53%
B = 58.93%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#285BBC (or 0x285BBC) is known color: Cerulean Blue. HEX triplet: 28, 5B and BC. RGB value is (40,91,188). Sum of RGB (Red+Green+Blue) = 40+91+188=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #285BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BBC is #D7A443. Grayscale: #565656. Windows color (decimal): -14132292 or 12344104. OLE color: 12344104.

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

Color convert

RGB 40 91 188 -
CMYK 0.79 0.52 0 0.26
HSL 219.32º 0.65% 0.45% -
HSV(B) 219.32º 0.79% 0.74% -
XYZ 13.69 11.56 49.09 -
YUV 86.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 40 91 188 0.79 0.52 0 0.26 219.32 0.65 0.45
Hex 28 5B BC 4F 34 0 1A DB 41 2D
Octal 50 133 274 117 64 0 32 333 101 55
Binary 101000 1011011 10111100 1001111 110100 0 11010 11011011 1000001 101101

Color Harmonies of #285BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BBC

Black with #285BBC

Text Example


Text Example

White with #285BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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