Html Css Color HEX #285EB2 Cerulean Blue

📋 copy color: '#285EB2'

red 40 ◦ green 94 ◦ blue 178

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

Shades of Cerulean Blue #285EB2

Tints of Cerulean Blue #285EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 178 (69.92% from 255) = 57.05%

R = 12.82%
G = 30.13%
B = 57.05%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#285EB2 (or 0x285EB2) is known color: Cerulean Blue. HEX triplet: 28, 5E and B2. RGB value is (40,94,178). Sum of RGB (Red+Green+Blue) = 40+94+178=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #285EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285EB2 is #D7A14D. Grayscale: #575757. Windows color (decimal): -14131534 or 11689512. OLE color: 11689512.

HSL color Cylindrical-coordinate representation of color #285EB2: hue angle of 216.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285EB2 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 94 178 -
CMYK 0.78 0.47 0 0.30
HSL 216.52º 0.63% 0.43% -
HSV(B) 216.52º 0.78% 0.7% -
XYZ 12.91 11.67 43.69 -
YUV 87.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 40 94 178 0.78 0.47 0 0.30 216.52 0.63 0.43
Hex 28 5E B2 4E 2F 0 1E D9 3F 2B
Octal 50 136 262 116 57 0 36 331 77 53
Binary 101000 1011110 10110010 1001110 101111 0 11110 11011001 111111 101011

Color Harmonies of #285EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285EB2

Black with #285EB2

Text Example


Text Example

White with #285EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,94,178); }

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

background-color css

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

 a { background-color: rgb(40,94,178); }

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

border-color css

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

 span { border-color: rgb(40,94,178); }

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