Html Css Color HEX #285DBE Cerulean Blue

📋 copy color: '#285DBE'

red 40 ◦ green 93 ◦ blue 190

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

Shades of Cerulean Blue #285DBE

Tints of Cerulean Blue #285DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 12.38%
G = 28.79%
B = 58.82%

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

#285DBE (or 0x285DBE) is known color: Cerulean Blue. HEX triplet: 28, 5D and BE. RGB value is (40,93,190). Sum of RGB (Red+Green+Blue) = 40+93+190=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #285DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DBE is #D7A241. Grayscale: #575757. Windows color (decimal): -14131778 or 12475688. OLE color: 12475688.

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

Color convert

RGB 40 93 190 -
CMYK 0.79 0.51 0 0.25
HSL 218.8º 0.65% 0.45% -
HSV(B) 218.8º 0.79% 0.75% -
XYZ 14.08 12 50.29 -
YUV 88.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 40 93 190 0.79 0.51 0 0.25 218.8 0.65 0.45
Hex 28 5D BE 4F 33 0 19 DB 41 2D
Octal 50 135 276 117 63 0 31 333 101 55
Binary 101000 1011101 10111110 1001111 110011 0 11001 11011011 1000001 101101

Color Harmonies of #285DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DBE

Black with #285DBE

Text Example


Text Example

White with #285DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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