Html Css Color HEX #4189FA Dodger Blue

📋 copy color: '#4189FA'

red 65 ◦ green 137 ◦ blue 250

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

Shades of Dodger Blue #4189FA

Tints of Dodger Blue #4189FA

RGB

 RED value IS 65 (25.78% from 255) = 14.38%

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

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

R = 14.38%
G = 30.31%
B = 55.31%

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

#4189FA (or 0x4189FA) is known color: Dodger Blue. HEX triplet: 41, 89 and FA. RGB value is (65,137,250). Sum of RGB (Red+Green+Blue) = 65+137+250=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #4189FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4189FA is #BE7605. Grayscale: #7F7F7F. Windows color (decimal): -12482054 or 16419137. OLE color: 16419137.

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

Color convert

RGB 65 137 250 -
CMYK 0.74 0.45 0 0.02
HSL 216.65º 0.95% 0.62% -
HSV(B) 216.65º 0.74% 0.98% -
XYZ 28.38 25.92 93.95 -
YUV 128.35 196.65 82.81 -
System Red Green Blue C M Y K H S L
Decimal 65 137 250 0.74 0.45 0 0.02 216.65 0.95 0.62
Hex 41 89 FA 4A 2D 0 2 D9 5F 3E
Octal 101 211 372 112 55 0 2 331 137 76
Binary 1000001 10001001 11111010 1001010 101101 0 10 11011001 1011111 111110

Color Harmonies of #4189FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4189FA

Black with #4189FA

Text Example


Text Example

White with #4189FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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