#4195F7

Color #4195F7 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #4195F7

Tints of Dodger Blue #4195F7

Color information

#4195F7 (or 0x4195F7) is unknown color: approx Dodger Blue. HEX triplet: 41, 95 and F7. RGB value is (65,149,247). Sum of RGB (Red+Green+Blue) = 65+149+247=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #4195F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4195F7 is #BE6A08. Grayscale: #868686. Windows color (decimal): -12478985 or 16225601. OLE color: 16225601.

HSL color Cylindrical-coordinate representation of color #4195F7: hue angle of 212.31º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4195F7 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB65149247-
CMYK0.740.4000.03
HSL212.31º91.92%61.18%-
HSV(B)212.31º73.68%96.86%-
XYZ29.7229.3392.09-
YUV135.06191.1778.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.10%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 247 (96.88% from 255) = 53.58%
R=14.10%
G=32.32%
B=53.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal651492470.740.4000.03212.3191.9261.18
Hex4195F74A2803d45c3d
Octal101225367112500332413475
Binary100000110010101111101111001010101000011110101001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4195F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4195F7; }

 p { color: rgb(65,149,247); }

 H1.HeaderClassName
 {
   color: #4195F7;
 }
 .AnyTagClassName
 {
   color: #4195F7;
 }
</style>
background-color css

<style>
 a { background-color: #4195F7; }

 a { background-color: rgb(65,149,247); }

 div.DivClassName
 {
   background-color: #4195F7;
 }
 .BgClassName
 {
   background-color: #4195F7;
 }
</style>
border-color css

<style>
 span { border-color: #4195F7; }

 span { border-color: rgb(65,149,247); }

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