Html Css Color HEX #287EAF Curious Blue

📋 copy color: '#287EAF'

red 40 ◦ green 126 ◦ blue 175

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

Shades of Curious Blue #287EAF

Tints of Curious Blue #287EAF

RGB

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

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

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

R = 11.73%
G = 36.95%
B = 51.32%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#287EAF (or 0x287EAF) is known color: Curious Blue. HEX triplet: 28, 7E and AF. RGB value is (40,126,175). Sum of RGB (Red+Green+Blue) = 40+126+175=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #287EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287EAF is #D78150. Grayscale: #696969. Windows color (decimal): -14123345 or 11501096. OLE color: 11501096.

HSL color Cylindrical-coordinate representation of color #287EAF: hue angle of 201.78º 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 #287EAF is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 126 175 -
CMYK 0.77 0.28 0 0.31
HSL 201.78º 0.63% 0.42% -
HSV(B) 201.78º 0.77% 0.69% -
XYZ 16.07 18.47 43.27 -
YUV 105.87 167.01 81.02 -
System Red Green Blue C M Y K H S L
Decimal 40 126 175 0.77 0.28 0 0.31 201.78 0.63 0.42
Hex 28 7E AF 4D 1C 0 1F CA 3F 2A
Octal 50 176 257 115 34 0 37 312 77 52
Binary 101000 1111110 10101111 1001101 11100 0 11111 11001010 111111 101010

Color Harmonies of #287EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287EAF

Black with #287EAF

Text Example


Text Example

White with #287EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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