Html Css Color HEX #4288BF Curious Blue

📋 copy color: '#4288BF'

red 66 ◦ green 136 ◦ blue 191

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

Shades of Curious Blue #4288BF

Tints of Curious Blue #4288BF

RGB

 RED value IS 66 (26.17% from 255) = 16.79%

 GREEN value IS 136 (53.52% from 255) = 34.61%

 BLUE value IS 191 (75% from 255) = 48.6%

R = 16.79%
G = 34.61%
B = 48.6%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4288BF (or 0x4288BF) is known color: Curious Blue. HEX triplet: 42, 88 and BF. RGB value is (66,136,191). Sum of RGB (Red+Green+Blue) = 66+136+191=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #4288BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288BF is #BD7740. Grayscale: #797979. Windows color (decimal): -12416833 or 12552258. OLE color: 12552258.

HSL color Cylindrical-coordinate representation of color #4288BF: hue angle of 206.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4288BF is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 136 191 -
CMYK 0.65 0.29 0 0.25
HSL 206.4º 0.49% 0.5% -
HSV(B) 206.4º 0.65% 0.75% -
XYZ 20.45 22.53 52.56 -
YUV 121.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 66 136 191 0.65 0.29 0 0.25 206.4 0.49 0.5
Hex 42 88 BF 41 1D 0 19 CE 31 32
Octal 102 210 277 101 35 0 31 316 61 62
Binary 1000010 10001000 10111111 1000001 11101 0 11001 11001110 110001 110010

Color Harmonies of #4288BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4288BF

Black with #4288BF

Text Example


Text Example

White with #4288BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4288BF; }

 p { color: rgb(66,136,191); }

 H1.HeaderClassName
 {
   color: #4288BF;
 }
 .AnyTagClassName
 {
   color: #4288BF;
 }
</style>

background-color css

<style>
 a { background-color: #4288BF; }

 a { background-color: rgb(66,136,191); }

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

border-color css

<style>
 span { border-color: #4288BF; }

 span { border-color: rgb(66,136,191); }

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