Html Css Color HEX #285CBD Cerulean Blue

📋 copy color: '#285CBD'

red 40 ◦ green 92 ◦ blue 189

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

Shades of Cerulean Blue #285CBD

Tints of Cerulean Blue #285CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.88%

R = 12.46%
G = 28.66%
B = 58.88%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#285CBD (or 0x285CBD) is known color: Cerulean Blue. HEX triplet: 28, 5C and BD. RGB value is (40,92,189). Sum of RGB (Red+Green+Blue) = 40+92+189=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #285CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CBD is #D7A342. Grayscale: #575757. Windows color (decimal): -14132035 or 12409896. OLE color: 12409896.

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

Color convert

RGB 40 92 189 -
CMYK 0.79 0.51 0 0.26
HSL 219.06º 0.65% 0.45% -
HSV(B) 219.06º 0.79% 0.74% -
XYZ 13.89 11.78 49.69 -
YUV 87.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 40 92 189 0.79 0.51 0 0.26 219.06 0.65 0.45
Hex 28 5C BD 4F 33 0 1A DB 41 2D
Octal 50 134 275 117 63 0 32 333 101 55
Binary 101000 1011100 10111101 1001111 110011 0 11010 11011011 1000001 101101

Color Harmonies of #285CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CBD

Black with #285CBD

Text Example


Text Example

White with #285CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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