#42A1FF

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

Shades of Dodger Blue #42A1FF

Tints of Dodger Blue #42A1FF

Color information

#42A1FF (or 0x42A1FF) is unknown color: approx Dodger Blue. HEX triplet: 42, A1 and FF. RGB value is (66,161,255). Sum of RGB (Red+Green+Blue) = 66+161+255=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #42A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A1FF is #BD5E00. Grayscale: #8E8E8E. Windows color (decimal): -12410369 or 16752962. OLE color: 16752962.

HSL color Cylindrical-coordinate representation of color #42A1FF: hue angle of 209.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A1FF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66161255-
CMYK0.740.3700
HSL209.84º100%62.94%-
HSV(B)209.84º74.12%100%-
XYZ33.0433.8799.4-
YUV143.31191.0372.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.69%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 255 (100% from 255) = 52.90%
R=13.69%
G=33.40%
B=52.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661612550.740.3700209.8410062.94
Hex42A1FF4A2500d2643f
Octal102241377112450032214477
Binary10000101010000111111111100101010010100110100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A1FF; }

 p { color: rgb(66,161,255); }

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

<style>
 a { background-color: #42A1FF; }

 a { background-color: rgb(66,161,255); }

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

<style>
 span { border-color: #42A1FF; }

 span { border-color: rgb(66,161,255); }

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