Html Css Color HEX #287ACB Curious Blue

📋 copy color: '#287ACB'

red 40 ◦ green 122 ◦ blue 203

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

Shades of Curious Blue #287ACB

Tints of Curious Blue #287ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 10.96%
G = 33.42%
B = 55.62%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#287ACB (or 0x287ACB) is known color: Curious Blue. HEX triplet: 28, 7A and CB. RGB value is (40,122,203). Sum of RGB (Red+Green+Blue) = 40+122+203=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #287ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ACB is #D78534. Grayscale: #6A6A6A. Windows color (decimal): -14124341 or 13335080. OLE color: 13335080.

HSL color Cylindrical-coordinate representation of color #287ACB: hue angle of 209.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287ACB is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 122 203 -
CMYK 0.80 0.40 0 0.20
HSL 209.82º 0.67% 0.48% -
HSV(B) 209.82º 0.8% 0.8% -
XYZ 18.61 18.68 59.12 -
YUV 106.72 182.33 80.41 -
System Red Green Blue C M Y K H S L
Decimal 40 122 203 0.80 0.40 0 0.20 209.82 0.67 0.48
Hex 28 7A CB 50 28 0 14 D2 43 30
Octal 50 172 313 120 50 0 24 322 103 60
Binary 101000 1111010 11001011 1010000 101000 0 10100 11010010 1000011 110000

Color Harmonies of #287ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287ACB

Black with #287ACB

Text Example


Text Example

White with #287ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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