Html Css Color HEX #288FCA Curious Blue

📋 copy color: '#288FCA'

red 40 ◦ green 143 ◦ blue 202

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

Shades of Curious Blue #288FCA

Tints of Curious Blue #288FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 10.39%
G = 37.14%
B = 52.47%

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

#288FCA (or 0x288FCA) is known color: Curious Blue. HEX triplet: 28, 8F and CA. RGB value is (40,143,202). Sum of RGB (Red+Green+Blue) = 40+143+202=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #288FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FCA is #D77035. Grayscale: #767676. Windows color (decimal): -14118966 or 13274920. OLE color: 13274920.

HSL color Cylindrical-coordinate representation of color #288FCA: hue angle of 201.85º 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 #288FCA is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 143 202 -
CMYK 0.80 0.29 0 0.21
HSL 201.85º 0.67% 0.47% -
HSV(B) 201.85º 0.8% 0.79% -
XYZ 21.36 24.36 59.45 -
YUV 118.93 174.88 71.7 -
System Red Green Blue C M Y K H S L
Decimal 40 143 202 0.80 0.29 0 0.21 201.85 0.67 0.47
Hex 28 8F CA 50 1D 0 15 CA 43 2F
Octal 50 217 312 120 35 0 25 312 103 57
Binary 101000 10001111 11001010 1010000 11101 0 10101 11001010 1000011 101111

Color Harmonies of #288FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FCA

Black with #288FCA

Text Example


Text Example

White with #288FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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