Html Css Color HEX #4087FA Dodger Blue

📋 copy color: '#4087FA'

red 64 ◦ green 135 ◦ blue 250

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

Shades of Dodger Blue #4087FA

Tints of Dodger Blue #4087FA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 14.25%
G = 30.07%
B = 55.68%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4087FA (or 0x4087FA) is known color: Dodger Blue. HEX triplet: 40, 87 and FA. RGB value is (64,135,250). Sum of RGB (Red+Green+Blue) = 64+135+250=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #4087FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4087FA is #BF7805. Grayscale: #7E7E7E. Windows color (decimal): -12548102 or 16418624. OLE color: 16418624.

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

Color convert

RGB 64 135 250 -
CMYK 0.74 0.46 0 0.02
HSL 217.1º 0.95% 0.62% -
HSV(B) 217.1º 0.74% 0.98% -
XYZ 28.03 25.32 93.85 -
YUV 126.88 197.48 83.15 -
System Red Green Blue C M Y K H S L
Decimal 64 135 250 0.74 0.46 0 0.02 217.1 0.95 0.62
Hex 40 87 FA 4A 2E 0 2 D9 5F 3E
Octal 100 207 372 112 56 0 2 331 137 76
Binary 1000000 10000111 11111010 1001010 101110 0 10 11011001 1011111 111110

Color Harmonies of #4087FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4087FA

Black with #4087FA

Text Example


Text Example

White with #4087FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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