Html Css Color HEX #285CBC Cerulean Blue

📋 copy color: '#285CBC'

red 40 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #285CBC

Tints of Cerulean Blue #285CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 12.5%
G = 28.75%
B = 58.75%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#285CBC (or 0x285CBC) is known color: Cerulean Blue. HEX triplet: 28, 5C and BC. RGB value is (40,92,188). Sum of RGB (Red+Green+Blue) = 40+92+188=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #285CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CBC is #D7A343. Grayscale: #565656. Windows color (decimal): -14132036 or 12344360. OLE color: 12344360.

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

Color convert

RGB 40 92 188 -
CMYK 0.79 0.51 0 0.26
HSL 218.92º 0.65% 0.45% -
HSV(B) 218.92º 0.79% 0.74% -
XYZ 13.78 11.74 49.12 -
YUV 87.4 184.77 94.19 -
System Red Green Blue C M Y K H S L
Decimal 40 92 188 0.79 0.51 0 0.26 218.92 0.65 0.45
Hex 28 5C BC 4F 33 0 1A DB 41 2D
Octal 50 134 274 117 63 0 32 333 101 55
Binary 101000 1011100 10111100 1001111 110011 0 11010 11011011 1000001 101101

Color Harmonies of #285CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CBC

Black with #285CBC

Text Example


Text Example

White with #285CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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