#35A2FE

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

Shades of Dodger Blue #35A2FE

Tints of Dodger Blue #35A2FE

Color information

#35A2FE (or 0x35A2FE) is unknown color: approx Dodger Blue. HEX triplet: 35, A2 and FE. RGB value is (53,162,254). Sum of RGB (Red+Green+Blue) = 53+162+254=469 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.30% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #35A2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A2FE is #CA5D01. Grayscale: #8B8B8B. Windows color (decimal): -13262082 or 16687669. OLE color: 16687669.

HSL color Cylindrical-coordinate representation of color #35A2FE: hue angle of 207.46º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35A2FE is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB53162254-
CMYK0.790.3600.00
HSL207.46º99.01%60.2%-
HSV(B)207.46º79.13%99.61%-
XYZ32.2833.7598.58-
YUV139.9192.3966.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.30%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 254 (99.61% from 255) = 54.16%
R=11.30%
G=34.54%
B=54.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal531622540.790.3600.00207.4699.0160.2
Hex35A2FE4F2400cf633c
Octal65242376117440031714374
Binary1101011010001011111110100111110010000110011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A2FE; }

 p { color: rgb(53,162,254); }

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

<style>
 a { background-color: #35A2FE; }

 a { background-color: rgb(53,162,254); }

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

<style>
 span { border-color: #35A2FE; }

 span { border-color: rgb(53,162,254); }

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