Html Css Color HEX #4093BE Curious Blue

📋 copy color: '#4093BE'

red 64 ◦ green 147 ◦ blue 190

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

Shades of Curious Blue #4093BE

Tints of Curious Blue #4093BE

RGB

 RED value IS 64 (25.39% from 255) = 15.96%

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 15.96%
G = 36.66%
B = 47.38%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4093BE (or 0x4093BE) is known color: Curious Blue. HEX triplet: 40, 93 and BE. RGB value is (64,147,190). Sum of RGB (Red+Green+Blue) = 64+147+190=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #4093BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4093BE is #BF6C41. Grayscale: #7E7E7E. Windows color (decimal): -12545090 or 12489536. OLE color: 12489536.

HSL color Cylindrical-coordinate representation of color #4093BE: hue angle of 200.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4093BE is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 147 190 -
CMYK 0.66 0.23 0 0.25
HSL 200.48º 0.5% 0.5% -
HSV(B) 200.48º 0.66% 0.75% -
XYZ 21.84 25.68 52.52 -
YUV 127.09 163.5 83 -
System Red Green Blue C M Y K H S L
Decimal 64 147 190 0.66 0.23 0 0.25 200.48 0.5 0.5
Hex 40 93 BE 42 17 0 19 C8 32 32
Octal 100 223 276 102 27 0 31 310 62 62
Binary 1000000 10010011 10111110 1000010 10111 0 11001 11001000 110010 110010

Color Harmonies of #4093BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4093BE

Black with #4093BE

Text Example


Text Example

White with #4093BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,147,190); }

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

background-color css

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

 a { background-color: rgb(64,147,190); }

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

border-color css

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

 span { border-color: rgb(64,147,190); }

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