#1A95FB

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

Shades of Dodger Blue #1A95FB

Tints of Dodger Blue #1A95FB

Color information

#1A95FB (or 0x1A95FB) is unknown color: approx Dodger Blue. HEX triplet: 1A, 95 and FB. RGB value is (26,149,251). Sum of RGB (Red+Green+Blue) = 26+149+251=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A95FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A95FB is #E56A04. Grayscale: #7B7B7B. Windows color (decimal): -15034885 or 16487706. OLE color: 16487706.

HSL color Cylindrical-coordinate representation of color #1A95FB: hue angle of 207.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A95FB is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26149251-
CMYK0.900.4100.02
HSL207.2º96.57%54.31%-
HSV(B)207.2º89.64%98.43%-
XYZ28.5928.6895.3-
YUV123.85199.7558.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.10%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 251 (98.44% from 255) = 58.92%
R=6.10%
G=34.98%
B=58.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261492510.900.4100.02207.296.5754.31
Hex1A95FB5A2902cf6136
Octal32225373132510231714166
Binary1101010010101111110111011010101001010110011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A95FB; }

 p { color: rgb(26,149,251); }

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

<style>
 a { background-color: #1A95FB; }

 a { background-color: rgb(26,149,251); }

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

<style>
 span { border-color: #1A95FB; }

 span { border-color: rgb(26,149,251); }

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