Html Css Color HEX #285BC1 Cerulean Blue

📋 copy color: '#285BC1'

red 40 ◦ green 91 ◦ blue 193

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

Shades of Cerulean Blue #285BC1

Tints of Cerulean Blue #285BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 193 (75.78% from 255) = 59.57%

R = 12.35%
G = 28.09%
B = 59.57%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#285BC1 (or 0x285BC1) is known color: Cerulean Blue. HEX triplet: 28, 5B and C1. RGB value is (40,91,193). Sum of RGB (Red+Green+Blue) = 40+91+193=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #285BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BC1 is #D7A43E. Grayscale: #565656. Windows color (decimal): -14132287 or 12671784. OLE color: 12671784.

HSL color Cylindrical-coordinate representation of color #285BC1: hue angle of 220º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #285BC1 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 91 193 -
CMYK 0.79 0.53 0 0.24
HSL 220º 0.66% 0.46% -
HSV(B) 220º 0.79% 0.76% -
XYZ 14.24 11.78 51.98 -
YUV 87.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 40 91 193 0.79 0.53 0 0.24 220 0.66 0.46
Hex 28 5B C1 4F 35 0 18 DC 42 2E
Octal 50 133 301 117 65 0 30 334 102 56
Binary 101000 1011011 11000001 1001111 110101 0 11000 11011100 1000010 101110

Color Harmonies of #285BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BC1

Black with #285BC1

Text Example


Text Example

White with #285BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,91,193); }

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

background-color css

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

 a { background-color: rgb(40,91,193); }

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

border-color css

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

 span { border-color: rgb(40,91,193); }

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