Html Css Color HEX #35A2FF Dodger Blue

📋 copy color: '#35A2FF'

red 53 ◦ green 162 ◦ blue 255

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

Shades of Dodger Blue #35A2FF

Tints of Dodger Blue #35A2FF

RGB

 RED value IS 53 (21.09% from 255) = 11.28%

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 11.28%
G = 34.47%
B = 54.26%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35A2FF (or 0x35A2FF) is known color: Dodger Blue. HEX triplet: 35, A2 and FF. RGB value is (53,162,255). Sum of RGB (Red+Green+Blue) = 53+162+255=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #35A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A2FF is #CA5D00. Grayscale: #8B8B8B. Windows color (decimal): -13262081 or 16753205. OLE color: 16753205.

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

Color convert

RGB 53 162 255 -
CMYK 0.79 0.36 0 0
HSL 207.62º 1% 0.6% -
HSV(B) 207.62º 0.79% 1% -
XYZ 32.44 33.82 99.43 -
YUV 140.01 192.89 65.94 -
System Red Green Blue C M Y K H S L
Decimal 53 162 255 0.79 0.36 0 0 207.62 1 0.6
Hex 35 A2 FF 4F 24 0 0 D0 64 3C
Octal 65 242 377 117 44 0 0 320 144 74
Binary 110101 10100010 11111111 1001111 100100 0 0 11010000 1100100 111100

Color Harmonies of #35A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A2FF

Black with #35A2FF

Text Example


Text Example

White with #35A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35A2FF;
 }
 .AnyTagClassName
 {
   color: #35A2FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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