Html Css Color HEX #4286BE Curious Blue

📋 copy color: '#4286BE'

red 66 ◦ green 134 ◦ blue 190

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

Shades of Curious Blue #4286BE

Tints of Curious Blue #4286BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 16.92%
G = 34.36%
B = 48.72%

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

#4286BE (or 0x4286BE) is known color: Curious Blue. HEX triplet: 42, 86 and BE. RGB value is (66,134,190). Sum of RGB (Red+Green+Blue) = 66+134+190=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #4286BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286BE is #BD7941. Grayscale: #777777. Windows color (decimal): -12417346 or 12486210. OLE color: 12486210.

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

Color convert

RGB 66 134 190 -
CMYK 0.65 0.29 0 0.25
HSL 207.1º 0.49% 0.5% -
HSV(B) 207.1º 0.65% 0.75% -
XYZ 20.07 21.93 51.89 -
YUV 120.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 66 134 190 0.65 0.29 0 0.25 207.1 0.49 0.5
Hex 42 86 BE 41 1D 0 19 CF 31 32
Octal 102 206 276 101 35 0 31 317 61 62
Binary 1000010 10000110 10111110 1000001 11101 0 11001 11001111 110001 110010

Color Harmonies of #4286BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4286BE

Black with #4286BE

Text Example


Text Example

White with #4286BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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