Html Css Color HEX #285ADA Cerulean Blue

📋 copy color: '#285ADA'

red 40 ◦ green 90 ◦ blue 218

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

Shades of Cerulean Blue #285ADA

Tints of Cerulean Blue #285ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 11.49%
G = 25.86%
B = 62.64%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#285ADA (or 0x285ADA) is known color: Cerulean Blue. HEX triplet: 28, 5A and DA. RGB value is (40,90,218). Sum of RGB (Red+Green+Blue) = 40+90+218=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #285ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ADA is #D7A525. Grayscale: #595959. Windows color (decimal): -14132518 or 14309928. OLE color: 14309928.

HSL color Cylindrical-coordinate representation of color #285ADA: hue angle of 223.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285ADA is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 90 218 -
CMYK 0.82 0.59 0 0.15
HSL 223.15º 0.71% 0.51% -
HSV(B) 223.15º 0.82% 0.85% -
XYZ 17.19 12.83 67.9 -
YUV 89.64 200.44 92.59 -
System Red Green Blue C M Y K H S L
Decimal 40 90 218 0.82 0.59 0 0.15 223.15 0.71 0.51
Hex 28 5A DA 52 3B 0 F DF 47 33
Octal 50 132 332 122 73 0 17 337 107 63
Binary 101000 1011010 11011010 1010010 111011 0 1111 11011111 1000111 110011

Color Harmonies of #285ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ADA

Black with #285ADA

Text Example


Text Example

White with #285ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,90,218); }

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

background-color css

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

 a { background-color: rgb(40,90,218); }

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

border-color css

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

 span { border-color: rgb(40,90,218); }

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