Html Css Color HEX #288BCF Curious Blue

📋 copy color: '#288BCF'

red 40 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #288BCF

Tints of Curious Blue #288BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 10.36%
G = 36.01%
B = 53.63%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#288BCF (or 0x288BCF) is known color: Curious Blue. HEX triplet: 28, 8B and CF. RGB value is (40,139,207). Sum of RGB (Red+Green+Blue) = 40+139+207=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #288BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BCF is #D77430. Grayscale: #747474. Windows color (decimal): -14119985 or 13601576. OLE color: 13601576.

HSL color Cylindrical-coordinate representation of color #288BCF: hue angle of 204.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #288BCF is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 139 207 -
CMYK 0.81 0.33 0 0.19
HSL 204.43º 0.68% 0.48% -
HSV(B) 204.43º 0.81% 0.81% -
XYZ 21.37 23.42 62.43 -
YUV 117.15 178.7 72.97 -
System Red Green Blue C M Y K H S L
Decimal 40 139 207 0.81 0.33 0 0.19 204.43 0.68 0.48
Hex 28 8B CF 51 21 0 13 CC 44 30
Octal 50 213 317 121 41 0 23 314 104 60
Binary 101000 10001011 11001111 1010001 100001 0 10011 11001100 1000100 110000

Color Harmonies of #288BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BCF

Black with #288BCF

Text Example


Text Example

White with #288BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,139,207); }

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

background-color css

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

 a { background-color: rgb(40,139,207); }

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

border-color css

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

 span { border-color: rgb(40,139,207); }

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