Html Css Color HEX #4089FA Dodger Blue

📋 copy color: '#4089FA'

red 64 ◦ green 137 ◦ blue 250

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

Shades of Dodger Blue #4089FA

Tints of Dodger Blue #4089FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

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

R = 14.19%
G = 30.38%
B = 55.43%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4089FA (or 0x4089FA) is known color: Dodger Blue. HEX triplet: 40, 89 and FA. RGB value is (64,137,250). Sum of RGB (Red+Green+Blue) = 64+137+250=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #4089FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4089FA is #BF7605. Grayscale: #7F7F7F. Windows color (decimal): -12547590 or 16419136. OLE color: 16419136.

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

Color convert

RGB 64 137 250 -
CMYK 0.74 0.45 0 0.02
HSL 216.45º 0.95% 0.62% -
HSV(B) 216.45º 0.74% 0.98% -
XYZ 28.32 25.88 93.95 -
YUV 128.06 196.82 82.31 -
System Red Green Blue C M Y K H S L
Decimal 64 137 250 0.74 0.45 0 0.02 216.45 0.95 0.62
Hex 40 89 FA 4A 2D 0 2 D8 5F 3E
Octal 100 211 372 112 55 0 2 330 137 76
Binary 1000000 10001001 11111010 1001010 101101 0 10 11011000 1011111 111110

Color Harmonies of #4089FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4089FA

Black with #4089FA

Text Example


Text Example

White with #4089FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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