Html Css Color HEX #287FAF Curious Blue

📋 copy color: '#287FAF'

red 40 ◦ green 127 ◦ blue 175

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

Shades of Curious Blue #287FAF

Tints of Curious Blue #287FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 11.7%
G = 37.13%
B = 51.17%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#287FAF (or 0x287FAF) is known color: Curious Blue. HEX triplet: 28, 7F and AF. RGB value is (40,127,175). Sum of RGB (Red+Green+Blue) = 40+127+175=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #287FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287FAF is #D78050. Grayscale: #6A6A6A. Windows color (decimal): -14123089 or 11501352. OLE color: 11501352.

HSL color Cylindrical-coordinate representation of color #287FAF: hue angle of 201.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287FAF is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 127 175 -
CMYK 0.77 0.27 0 0.31
HSL 201.33º 0.63% 0.42% -
HSV(B) 201.33º 0.77% 0.69% -
XYZ 16.2 18.73 43.32 -
YUV 106.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 40 127 175 0.77 0.27 0 0.31 201.33 0.63 0.42
Hex 28 7F AF 4D 1B 0 1F C9 3F 2A
Octal 50 177 257 115 33 0 37 311 77 52
Binary 101000 1111111 10101111 1001101 11011 0 11111 11001001 111111 101010

Color Harmonies of #287FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287FAF

Black with #287FAF

Text Example


Text Example

White with #287FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,127,175); }

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

background-color css

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

 a { background-color: rgb(40,127,175); }

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

border-color css

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

 span { border-color: rgb(40,127,175); }

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