Html Css Color HEX #4197FE Dodger Blue

📋 copy color: '#4197FE'

red 65 ◦ green 151 ◦ blue 254

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

Shades of Dodger Blue #4197FE

Tints of Dodger Blue #4197FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

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

R = 13.83%
G = 32.13%
B = 54.04%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4197FE (or 0x4197FE) is known color: Dodger Blue. HEX triplet: 41, 97 and FE. RGB value is (65,151,254). Sum of RGB (Red+Green+Blue) = 65+151+254=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #4197FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4197FE is #BE6801. Grayscale: #888888. Windows color (decimal): -12478466 or 16684865. OLE color: 16684865.

HSL color Cylindrical-coordinate representation of color #4197FE: hue angle of 212.7º 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 #4197FE is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 151 254 -
CMYK 0.74 0.41 0 0.00
HSL 212.7º 0.99% 0.63% -
HSV(B) 212.7º 0.74% 1% -
XYZ 31.14 30.41 98 -
YUV 137.03 194.01 76.62 -
System Red Green Blue C M Y K H S L
Decimal 65 151 254 0.74 0.41 0 0.00 212.7 0.99 0.63
Hex 41 97 FE 4A 29 0 0 D5 63 3F
Octal 101 227 376 112 51 0 0 325 143 77
Binary 1000001 10010111 11111110 1001010 101001 0 0 11010101 1100011 111111

Color Harmonies of #4197FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4197FE

Black with #4197FE

Text Example


Text Example

White with #4197FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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