Html Css Color HEX #4094BD Curious Blue

📋 copy color: '#4094BD'

red 64 ◦ green 148 ◦ blue 189

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

Shades of Curious Blue #4094BD

Tints of Curious Blue #4094BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 15.96%
G = 36.91%
B = 47.13%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4094BD (or 0x4094BD) is known color: Curious Blue. HEX triplet: 40, 94 and BD. RGB value is (64,148,189). Sum of RGB (Red+Green+Blue) = 64+148+189=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #4094BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4094BD is #BF6B42. Grayscale: #7F7F7F. Windows color (decimal): -12544835 or 12424256. OLE color: 12424256.

HSL color Cylindrical-coordinate representation of color #4094BD: hue angle of 199.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4094BD is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 148 189 -
CMYK 0.66 0.22 0 0.26
HSL 199.68º 0.49% 0.5% -
HSV(B) 199.68º 0.66% 0.74% -
XYZ 21.89 25.94 52 -
YUV 127.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 64 148 189 0.66 0.22 0 0.26 199.68 0.49 0.5
Hex 40 94 BD 42 16 0 1A C8 31 32
Octal 100 224 275 102 26 0 32 310 61 62
Binary 1000000 10010100 10111101 1000010 10110 0 11010 11001000 110001 110010

Color Harmonies of #4094BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4094BD

Black with #4094BD

Text Example


Text Example

White with #4094BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4094BD; }

 p { color: rgb(64,148,189); }

 H1.HeaderClassName
 {
   color: #4094BD;
 }
 .AnyTagClassName
 {
   color: #4094BD;
 }
</style>

background-color css

<style>
 a { background-color: #4094BD; }

 a { background-color: rgb(64,148,189); }

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

border-color css

<style>
 span { border-color: #4094BD; }

 span { border-color: rgb(64,148,189); }

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