Html Css Color HEX #287ABE Curious Blue

📋 copy color: '#287ABE'

red 40 ◦ green 122 ◦ blue 190

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

Shades of Curious Blue #287ABE

Tints of Curious Blue #287ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 11.36%
G = 34.66%
B = 53.98%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#287ABE (or 0x287ABE) is known color: Curious Blue. HEX triplet: 28, 7A and BE. RGB value is (40,122,190). Sum of RGB (Red+Green+Blue) = 40+122+190=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #287ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ABE is #D78541. Grayscale: #686868. Windows color (decimal): -14124354 or 12483112. OLE color: 12483112.

HSL color Cylindrical-coordinate representation of color #287ABE: hue angle of 207.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287ABE is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 122 190 -
CMYK 0.79 0.36 0 0.25
HSL 207.2º 0.65% 0.45% -
HSV(B) 207.2º 0.79% 0.75% -
XYZ 17.13 18.09 51.3 -
YUV 105.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 40 122 190 0.79 0.36 0 0.25 207.2 0.65 0.45
Hex 28 7A BE 4F 24 0 19 CF 41 2D
Octal 50 172 276 117 44 0 31 317 101 55
Binary 101000 1111010 10111110 1001111 100100 0 11001 11001111 1000001 101101

Color Harmonies of #287ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287ABE

Black with #287ABE

Text Example


Text Example

White with #287ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,122,190); }

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

background-color css

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

 a { background-color: rgb(40,122,190); }

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

border-color css

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

 span { border-color: rgb(40,122,190); }

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