Html Css Color HEX #288FC9 Curious Blue

📋 copy color: '#288FC9'

red 40 ◦ green 143 ◦ blue 201

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

Shades of Curious Blue #288FC9

Tints of Curious Blue #288FC9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 201 (78.91% from 255) = 52.34%

R = 10.42%
G = 37.24%
B = 52.34%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#288FC9 (or 0x288FC9) is known color: Curious Blue. HEX triplet: 28, 8F and C9. RGB value is (40,143,201). Sum of RGB (Red+Green+Blue) = 40+143+201=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #288FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FC9 is #D77036. Grayscale: #767676. Windows color (decimal): -14118967 or 13209384. OLE color: 13209384.

HSL color Cylindrical-coordinate representation of color #288FC9: hue angle of 201.61º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288FC9 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 143 201 -
CMYK 0.80 0.29 0 0.21
HSL 201.61º 0.67% 0.47% -
HSV(B) 201.61º 0.8% 0.79% -
XYZ 21.24 24.31 58.83 -
YUV 118.82 174.38 71.78 -
System Red Green Blue C M Y K H S L
Decimal 40 143 201 0.80 0.29 0 0.21 201.61 0.67 0.47
Hex 28 8F C9 50 1D 0 15 CA 43 2F
Octal 50 217 311 120 35 0 25 312 103 57
Binary 101000 10001111 11001001 1010000 11101 0 10101 11001010 1000011 101111

Color Harmonies of #288FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FC9

Black with #288FC9

Text Example


Text Example

White with #288FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288FC9; }

 p { color: rgb(40,143,201); }

 H1.HeaderClassName
 {
   color: #288FC9;
 }
 .AnyTagClassName
 {
   color: #288FC9;
 }
</style>

background-color css

<style>
 a { background-color: #288FC9; }

 a { background-color: rgb(40,143,201); }

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

border-color css

<style>
 span { border-color: #288FC9; }

 span { border-color: rgb(40,143,201); }

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