Html Css Color HEX #285DAF Cerulean Blue

📋 copy color: '#285DAF'

red 40 ◦ green 93 ◦ blue 175

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

Shades of Cerulean Blue #285DAF

Tints of Cerulean Blue #285DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.82%

R = 12.99%
G = 30.19%
B = 56.82%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#285DAF (or 0x285DAF) is known color: Cerulean Blue. HEX triplet: 28, 5D and AF. RGB value is (40,93,175). Sum of RGB (Red+Green+Blue) = 40+93+175=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #285DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285DAF is #D7A250. Grayscale: #565656. Windows color (decimal): -14131793 or 11492648. OLE color: 11492648.

HSL color Cylindrical-coordinate representation of color #285DAF: hue angle of 216.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285DAF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 93 175 -
CMYK 0.77 0.47 0 0.31
HSL 216.44º 0.63% 0.42% -
HSV(B) 216.44º 0.77% 0.69% -
XYZ 12.53 11.37 42.09 -
YUV 86.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 40 93 175 0.77 0.47 0 0.31 216.44 0.63 0.42
Hex 28 5D AF 4D 2F 0 1F D8 3F 2A
Octal 50 135 257 115 57 0 37 330 77 52
Binary 101000 1011101 10101111 1001101 101111 0 11111 11011000 111111 101010

Color Harmonies of #285DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DAF

Black with #285DAF

Text Example


Text Example

White with #285DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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