Html Css Color HEX #285CC3 Cerulean Blue

📋 copy color: '#285CC3'

red 40 ◦ green 92 ◦ blue 195

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

Shades of Cerulean Blue #285CC3

Tints of Cerulean Blue #285CC3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 195 (76.56% from 255) = 59.63%

R = 12.23%
G = 28.13%
B = 59.63%

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

#285CC3 (or 0x285CC3) is known color: Cerulean Blue. HEX triplet: 28, 5C and C3. RGB value is (40,92,195). Sum of RGB (Red+Green+Blue) = 40+92+195=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #285CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CC3 is #D7A33C. Grayscale: #575757. Windows color (decimal): -14132029 or 12803112. OLE color: 12803112.

HSL color Cylindrical-coordinate representation of color #285CC3: hue angle of 219.87º 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 #285CC3 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 92 195 -
CMYK 0.79 0.53 0 0.24
HSL 219.87º 0.66% 0.46% -
HSV(B) 219.87º 0.79% 0.76% -
XYZ 14.55 12.05 53.19 -
YUV 88.19 188.27 93.62 -
System Red Green Blue C M Y K H S L
Decimal 40 92 195 0.79 0.53 0 0.24 219.87 0.66 0.46
Hex 28 5C C3 4F 35 0 18 DC 42 2E
Octal 50 134 303 117 65 0 30 334 102 56
Binary 101000 1011100 11000011 1001111 110101 0 11000 11011100 1000010 101110

Color Harmonies of #285CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CC3

Black with #285CC3

Text Example


Text Example

White with #285CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,92,195); }

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

background-color css

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

 a { background-color: rgb(40,92,195); }

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

border-color css

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

 span { border-color: rgb(40,92,195); }

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