Html Css Color HEX #287ABD Curious Blue

📋 copy color: '#287ABD'

red 40 ◦ green 122 ◦ blue 189

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

Shades of Curious Blue #287ABD

Tints of Curious Blue #287ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 11.4%
G = 34.76%
B = 53.85%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#287ABD (or 0x287ABD) is known color: Curious Blue. HEX triplet: 28, 7A and BD. RGB value is (40,122,189). Sum of RGB (Red+Green+Blue) = 40+122+189=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #287ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ABD is #D78542. Grayscale: #686868. Windows color (decimal): -14124355 or 12417576. OLE color: 12417576.

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

Color convert

RGB 40 122 189 -
CMYK 0.79 0.35 0 0.26
HSL 206.98º 0.65% 0.45% -
HSV(B) 206.98º 0.79% 0.74% -
XYZ 17.02 18.04 50.73 -
YUV 105.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 40 122 189 0.79 0.35 0 0.26 206.98 0.65 0.45
Hex 28 7A BD 4F 23 0 1A CF 41 2D
Octal 50 172 275 117 43 0 32 317 101 55
Binary 101000 1111010 10111101 1001111 100011 0 11010 11001111 1000001 101101

Color Harmonies of #287ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287ABD

Black with #287ABD

Text Example


Text Example

White with #287ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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