Html Css Color HEX #4095FE Dodger Blue

📋 copy color: '#4095FE'

red 64 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #4095FE

Tints of Dodger Blue #4095FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

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

R = 13.7%
G = 31.91%
B = 54.39%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4095FE (or 0x4095FE) is known color: Dodger Blue. HEX triplet: 40, 95 and FE. RGB value is (64,149,254). Sum of RGB (Red+Green+Blue) = 64+149+254=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 149 (58.59% from 255 or 31.91% 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 #4095FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4095FE is #BF6A01. Grayscale: #878787. Windows color (decimal): -12544514 or 16684352. OLE color: 16684352.

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

Color convert

RGB 64 149 254 -
CMYK 0.75 0.41 0 0.00
HSL 213.16º 0.99% 0.62% -
HSV(B) 213.16º 0.75% 1% -
XYZ 30.75 29.74 97.89 -
YUV 135.56 194.84 76.96 -
System Red Green Blue C M Y K H S L
Decimal 64 149 254 0.75 0.41 0 0.00 213.16 0.99 0.62
Hex 40 95 FE 4B 29 0 0 D5 63 3E
Octal 100 225 376 113 51 0 0 325 143 76
Binary 1000000 10010101 11111110 1001011 101001 0 0 11010101 1100011 111110

Color Harmonies of #4095FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095FE

Black with #4095FE

Text Example


Text Example

White with #4095FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,149,254); }

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

background-color css

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

 a { background-color: rgb(64,149,254); }

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

border-color css

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

 span { border-color: rgb(64,149,254); }

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