Html Css Color HEX #287ECC Curious Blue

📋 copy color: '#287ECC'

red 40 ◦ green 126 ◦ blue 204

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

Shades of Curious Blue #287ECC

Tints of Curious Blue #287ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

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

R = 10.81%
G = 34.05%
B = 55.14%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#287ECC (or 0x287ECC) is known color: Curious Blue. HEX triplet: 28, 7E and CC. RGB value is (40,126,204). Sum of RGB (Red+Green+Blue) = 40+126+204=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #287ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ECC is #D78133. Grayscale: #6C6C6C. Windows color (decimal): -14123316 or 13401640. OLE color: 13401640.

HSL color Cylindrical-coordinate representation of color #287ECC: hue angle of 208.54º 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 #287ECC is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 126 204 -
CMYK 0.80 0.38 0 0.2
HSL 208.54º 0.67% 0.48% -
HSV(B) 208.54º 0.8% 0.8% -
XYZ 19.24 19.73 59.92 -
YUV 109.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 40 126 204 0.80 0.38 0 0.2 208.54 0.67 0.48
Hex 28 7E CC 50 26 0 14 D1 43 30
Octal 50 176 314 120 46 0 24 321 103 60
Binary 101000 1111110 11001100 1010000 100110 0 10100 11010001 1000011 110000

Color Harmonies of #287ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287ECC

Black with #287ECC

Text Example


Text Example

White with #287ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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