Html Css Color HEX #4094FB Dodger Blue

📋 copy color: '#4094FB'

red 64 ◦ green 148 ◦ blue 251

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

Shades of Dodger Blue #4094FB

Tints of Dodger Blue #4094FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 13.82%
G = 31.97%
B = 54.21%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4094FB (or 0x4094FB) is known color: Dodger Blue. HEX triplet: 40, 94 and FB. RGB value is (64,148,251). Sum of RGB (Red+Green+Blue) = 64+148+251=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #4094FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4094FB is #BF6B04. Grayscale: #868686. Windows color (decimal): -12544773 or 16487488. OLE color: 16487488.

HSL color Cylindrical-coordinate representation of color #4094FB: hue angle of 213.05º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4094FB is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 148 251 -
CMYK 0.75 0.41 0 0.02
HSL 213.05º 0.96% 0.62% -
HSV(B) 213.05º 0.75% 0.98% -
XYZ 30.12 29.23 95.32 -
YUV 134.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 64 148 251 0.75 0.41 0 0.02 213.05 0.96 0.62
Hex 40 94 FB 4B 29 0 2 D5 60 3E
Octal 100 224 373 113 51 0 2 325 140 76
Binary 1000000 10010100 11111011 1001011 101001 0 10 11010101 1100000 111110

Color Harmonies of #4094FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4094FB

Black with #4094FB

Text Example


Text Example

White with #4094FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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