Html Css Color HEX #287DCC Curious Blue

📋 copy color: '#287DCC'

red 40 ◦ green 125 ◦ blue 204

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

Shades of Curious Blue #287DCC

Tints of Curious Blue #287DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 10.84%
G = 33.88%
B = 55.28%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#287DCC (or 0x287DCC) is known color: Curious Blue. HEX triplet: 28, 7D and CC. RGB value is (40,125,204). Sum of RGB (Red+Green+Blue) = 40+125+204=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #287DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287DCC is #D78233. Grayscale: #6C6C6C. Windows color (decimal): -14123572 or 13401384. OLE color: 13401384.

HSL color Cylindrical-coordinate representation of color #287DCC: hue angle of 208.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287DCC is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 125 204 -
CMYK 0.80 0.39 0 0.2
HSL 208.9º 0.67% 0.48% -
HSV(B) 208.9º 0.8% 0.8% -
XYZ 19.11 19.48 59.88 -
YUV 108.59 181.84 79.08 -
System Red Green Blue C M Y K H S L
Decimal 40 125 204 0.80 0.39 0 0.2 208.9 0.67 0.48
Hex 28 7D CC 50 27 0 14 D1 43 30
Octal 50 175 314 120 47 0 24 321 103 60
Binary 101000 1111101 11001100 1010000 100111 0 10100 11010001 1000011 110000

Color Harmonies of #287DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287DCC

Black with #287DCC

Text Example


Text Example

White with #287DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287DCC; }

 p { color: rgb(40,125,204); }

 H1.HeaderClassName
 {
   color: #287DCC;
 }
 .AnyTagClassName
 {
   color: #287DCC;
 }
</style>

background-color css

<style>
 a { background-color: #287DCC; }

 a { background-color: rgb(40,125,204); }

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

border-color css

<style>
 span { border-color: #287DCC; }

 span { border-color: rgb(40,125,204); }

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