Html Css Color HEX #4095FA Dodger Blue

📋 copy color: '#4095FA'

red 64 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #4095FA

Tints of Dodger Blue #4095FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 13.82%
G = 32.18%
B = 54%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4095FA (or 0x4095FA) is known color: Dodger Blue. HEX triplet: 40, 95 and FA. RGB value is (64,149,250). Sum of RGB (Red+Green+Blue) = 64+149+250=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #4095FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4095FA is #BF6A05. Grayscale: #868686. Windows color (decimal): -12544518 or 16422208. OLE color: 16422208.

HSL color Cylindrical-coordinate representation of color #4095FA: hue angle of 212.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4095FA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 149 250 -
CMYK 0.74 0.40 0 0.02
HSL 212.58º 0.95% 0.62% -
HSV(B) 212.58º 0.74% 0.98% -
XYZ 30.12 29.49 94.55 -
YUV 135.1 192.84 77.29 -
System Red Green Blue C M Y K H S L
Decimal 64 149 250 0.74 0.40 0 0.02 212.58 0.95 0.62
Hex 40 95 FA 4A 28 0 2 D5 5F 3E
Octal 100 225 372 112 50 0 2 325 137 76
Binary 1000000 10010101 11111010 1001010 101000 0 10 11010101 1011111 111110

Color Harmonies of #4095FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095FA

Black with #4095FA

Text Example


Text Example

White with #4095FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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