Html Css Color HEX #287ABC Curious Blue

📋 copy color: '#287ABC'

red 40 ◦ green 122 ◦ blue 188

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

Shades of Curious Blue #287ABC

Tints of Curious Blue #287ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 11.43%
G = 34.86%
B = 53.71%

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

#287ABC (or 0x287ABC) is known color: Curious Blue. HEX triplet: 28, 7A and BC. RGB value is (40,122,188). Sum of RGB (Red+Green+Blue) = 40+122+188=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #287ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ABC is #D78543. Grayscale: #686868. Windows color (decimal): -14124356 or 12352040. OLE color: 12352040.

HSL color Cylindrical-coordinate representation of color #287ABC: hue angle of 206.76º 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 #287ABC is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 122 188 -
CMYK 0.79 0.35 0 0.26
HSL 206.76º 0.65% 0.45% -
HSV(B) 206.76º 0.79% 0.74% -
XYZ 16.91 18 50.16 -
YUV 105.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 40 122 188 0.79 0.35 0 0.26 206.76 0.65 0.45
Hex 28 7A BC 4F 23 0 1A CF 41 2D
Octal 50 172 274 117 43 0 32 317 101 55
Binary 101000 1111010 10111100 1001111 100011 0 11010 11001111 1000001 101101

Color Harmonies of #287ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287ABC

Black with #287ABC

Text Example


Text Example

White with #287ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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