Html Css Color HEX #4097FD Dodger Blue

📋 copy color: '#4097FD'

red 64 ◦ green 151 ◦ blue 253

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

Shades of Dodger Blue #4097FD

Tints of Dodger Blue #4097FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 13.68%
G = 32.26%
B = 54.06%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4097FD (or 0x4097FD) is known color: Dodger Blue. HEX triplet: 40, 97 and FD. RGB value is (64,151,253). Sum of RGB (Red+Green+Blue) = 64+151+253=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #4097FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4097FD is #BF6802. Grayscale: #888888. Windows color (decimal): -12544003 or 16619328. OLE color: 16619328.

HSL color Cylindrical-coordinate representation of color #4097FD: hue angle of 212.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4097FD is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 151 253 -
CMYK 0.75 0.40 0 0.01
HSL 212.38º 0.98% 0.62% -
HSV(B) 212.38º 0.75% 0.99% -
XYZ 30.91 30.32 97.15 -
YUV 136.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 64 151 253 0.75 0.40 0 0.01 212.38 0.98 0.62
Hex 40 97 FD 4B 28 0 1 D4 62 3E
Octal 100 227 375 113 50 0 1 324 142 76
Binary 1000000 10010111 11111101 1001011 101000 0 1 11010100 1100010 111110

Color Harmonies of #4097FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4097FD

Black with #4097FD

Text Example


Text Example

White with #4097FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4097FD; }

 p { color: rgb(64,151,253); }

 H1.HeaderClassName
 {
   color: #4097FD;
 }
 .AnyTagClassName
 {
   color: #4097FD;
 }
</style>

background-color css

<style>
 a { background-color: #4097FD; }

 a { background-color: rgb(64,151,253); }

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

border-color css

<style>
 span { border-color: #4097FD; }

 span { border-color: rgb(64,151,253); }

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