Html Css Color HEX #4288BE Curious Blue

📋 copy color: '#4288BE'

red 66 ◦ green 136 ◦ blue 190

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

Shades of Curious Blue #4288BE

Tints of Curious Blue #4288BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 16.84%
G = 34.69%
B = 48.47%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4288BE (or 0x4288BE) is known color: Curious Blue. HEX triplet: 42, 88 and BE. RGB value is (66,136,190). Sum of RGB (Red+Green+Blue) = 66+136+190=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #4288BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288BE is #BD7741. Grayscale: #787878. Windows color (decimal): -12416834 or 12486722. OLE color: 12486722.

HSL color Cylindrical-coordinate representation of color #4288BE: hue angle of 206.13º 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 #4288BE is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 136 190 -
CMYK 0.65 0.28 0 0.25
HSL 206.13º 0.49% 0.5% -
HSV(B) 206.13º 0.65% 0.75% -
XYZ 20.35 22.48 51.98 -
YUV 121.23 166.81 88.61 -
System Red Green Blue C M Y K H S L
Decimal 66 136 190 0.65 0.28 0 0.25 206.13 0.49 0.5
Hex 42 88 BE 41 1C 0 19 CE 31 32
Octal 102 210 276 101 34 0 31 316 61 62
Binary 1000010 10001000 10111110 1000001 11100 0 11001 11001110 110001 110010

Color Harmonies of #4288BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4288BE

Black with #4288BE

Text Example


Text Example

White with #4288BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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