Html Css Color HEX #285DBF Cerulean Blue

📋 copy color: '#285DBF'

red 40 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #285DBF

Tints of Cerulean Blue #285DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

 BLUE value IS 191 (75% from 255) = 58.95%

R = 12.35%
G = 28.7%
B = 58.95%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#285DBF (or 0x285DBF) is known color: Cerulean Blue. HEX triplet: 28, 5D and BF. RGB value is (40,93,191). Sum of RGB (Red+Green+Blue) = 40+93+191=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #285DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DBF is #D7A240. Grayscale: #575757. Windows color (decimal): -14131777 or 12541224. OLE color: 12541224.

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

Color convert

RGB 40 93 191 -
CMYK 0.79 0.51 0 0.25
HSL 218.94º 0.65% 0.45% -
HSV(B) 218.94º 0.79% 0.75% -
XYZ 14.19 12.04 50.87 -
YUV 88.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 40 93 191 0.79 0.51 0 0.25 218.94 0.65 0.45
Hex 28 5D BF 4F 33 0 19 DB 41 2D
Octal 50 135 277 117 63 0 31 333 101 55
Binary 101000 1011101 10111111 1001111 110011 0 11001 11011011 1000001 101101

Color Harmonies of #285DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DBF

Black with #285DBF

Text Example


Text Example

White with #285DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,93,191); }

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

background-color css

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

 a { background-color: rgb(40,93,191); }

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

border-color css

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

 span { border-color: rgb(40,93,191); }

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