Html Css Color HEX #287ED5 Curious Blue

📋 copy color: '#287ED5'

red 40 ◦ green 126 ◦ blue 213

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

Shades of Curious Blue #287ED5

Tints of Curious Blue #287ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.2%

R = 10.55%
G = 33.25%
B = 56.2%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#287ED5 (or 0x287ED5) is known color: Curious Blue. HEX triplet: 28, 7E and D5. RGB value is (40,126,213). Sum of RGB (Red+Green+Blue) = 40+126+213=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #287ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ED5 is #D7812A. Grayscale: #6D6D6D. Windows color (decimal): -14123307 or 13991464. OLE color: 13991464.

HSL color Cylindrical-coordinate representation of color #287ED5: hue angle of 210.17º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287ED5 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 126 213 -
CMYK 0.81 0.41 0 0.16
HSL 210.17º 0.68% 0.5% -
HSV(B) 210.17º 0.81% 0.84% -
XYZ 20.35 20.18 65.77 -
YUV 110.2 186.01 77.93 -
System Red Green Blue C M Y K H S L
Decimal 40 126 213 0.81 0.41 0 0.16 210.17 0.68 0.5
Hex 28 7E D5 51 29 0 10 D2 44 32
Octal 50 176 325 121 51 0 20 322 104 62
Binary 101000 1111110 11010101 1010001 101001 0 10000 11010010 1000100 110010

Color Harmonies of #287ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287ED5

Black with #287ED5

Text Example


Text Example

White with #287ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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