Html Css Color HEX #4194FE Dodger Blue

📋 copy color: '#4194FE'

red 65 ◦ green 148 ◦ blue 254

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

Shades of Dodger Blue #4194FE

Tints of Dodger Blue #4194FE

RGB

 RED value IS 65 (25.78% from 255) = 13.92%

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 13.92%
G = 31.69%
B = 54.39%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4194FE (or 0x4194FE) is known color: Dodger Blue. HEX triplet: 41, 94 and FE. RGB value is (65,148,254). Sum of RGB (Red+Green+Blue) = 65+148+254=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #4194FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4194FE is #BE6B01. Grayscale: #868686. Windows color (decimal): -12479234 or 16684097. OLE color: 16684097.

HSL color Cylindrical-coordinate representation of color #4194FE: hue angle of 213.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4194FE is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 148 254 -
CMYK 0.74 0.42 0 0.00
HSL 213.65º 0.99% 0.63% -
HSV(B) 213.65º 0.74% 1% -
XYZ 30.66 29.46 97.84 -
YUV 135.27 195 77.88 -
System Red Green Blue C M Y K H S L
Decimal 65 148 254 0.74 0.42 0 0.00 213.65 0.99 0.63
Hex 41 94 FE 4A 2A 0 0 D6 63 3F
Octal 101 224 376 112 52 0 0 326 143 77
Binary 1000001 10010100 11111110 1001010 101010 0 0 11010110 1100011 111111

Color Harmonies of #4194FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4194FE

Black with #4194FE

Text Example


Text Example

White with #4194FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4194FE; }

 p { color: rgb(65,148,254); }

 H1.HeaderClassName
 {
   color: #4194FE;
 }
 .AnyTagClassName
 {
   color: #4194FE;
 }
</style>

background-color css

<style>
 a { background-color: #4194FE; }

 a { background-color: rgb(65,148,254); }

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

border-color css

<style>
 span { border-color: #4194FE; }

 span { border-color: rgb(65,148,254); }

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