Html Css Color HEX #285DBB Cerulean Blue

📋 copy color: '#285DBB'

red 40 ◦ green 93 ◦ blue 187

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

Shades of Cerulean Blue #285DBB

Tints of Cerulean Blue #285DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 12.5%
G = 29.06%
B = 58.44%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#285DBB (or 0x285DBB) is known color: Cerulean Blue. HEX triplet: 28, 5D and BB. RGB value is (40,93,187). Sum of RGB (Red+Green+Blue) = 40+93+187=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #285DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DBB is #D7A244. Grayscale: #575757. Windows color (decimal): -14131781 or 12279080. OLE color: 12279080.

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

Color convert

RGB 40 93 187 -
CMYK 0.79 0.50 0 0.27
HSL 218.37º 0.65% 0.45% -
HSV(B) 218.37º 0.79% 0.73% -
XYZ 13.76 11.87 48.58 -
YUV 87.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 40 93 187 0.79 0.50 0 0.27 218.37 0.65 0.45
Hex 28 5D BB 4F 32 0 1B DA 41 2D
Octal 50 135 273 117 62 0 33 332 101 55
Binary 101000 1011101 10111011 1001111 110010 0 11011 11011010 1000001 101101

Color Harmonies of #285DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DBB

Black with #285DBB

Text Example


Text Example

White with #285DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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