Html Css Color HEX #4085FA Dodger Blue

📋 copy color: '#4085FA'

red 64 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #4085FA

Tints of Dodger Blue #4085FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 14.32%
G = 29.75%
B = 55.93%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4085FA (or 0x4085FA) is known color: Dodger Blue. HEX triplet: 40, 85 and FA. RGB value is (64,133,250). Sum of RGB (Red+Green+Blue) = 64+133+250=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #4085FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4085FA is #BF7A05. Grayscale: #7D7D7D. Windows color (decimal): -12548614 or 16418112. OLE color: 16418112.

HSL color Cylindrical-coordinate representation of color #4085FA: hue angle of 217.74º 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 #4085FA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 133 250 -
CMYK 0.74 0.47 0 0.02
HSL 217.74º 0.95% 0.62% -
HSV(B) 217.74º 0.74% 0.98% -
XYZ 27.76 24.77 93.76 -
YUV 125.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 64 133 250 0.74 0.47 0 0.02 217.74 0.95 0.62
Hex 40 85 FA 4A 2F 0 2 DA 5F 3E
Octal 100 205 372 112 57 0 2 332 137 76
Binary 1000000 10000101 11111010 1001010 101111 0 10 11011010 1011111 111110

Color Harmonies of #4085FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4085FA

Black with #4085FA

Text Example


Text Example

White with #4085FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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