Html Css Color HEX #07A2FA Dodger Blue

📋 copy color: '#07A2FA'

red 7 ◦ green 162 ◦ blue 250

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

Shades of Dodger Blue #07A2FA

Tints of Dodger Blue #07A2FA

RGB

 RED value IS 7 (3.13% from 255) = 1.67%

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

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 1.67%
G = 38.66%
B = 59.67%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07A2FA (or 0x07A2FA) is known color: Dodger Blue. HEX triplet: 07, A2 and FA. RGB value is (7,162,250). Sum of RGB (Red+Green+Blue) = 7+162+250=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #07A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A2FA is #F85D05. Grayscale: #7D7D7D. Windows color (decimal): -16276742 or 16425479. OLE color: 16425479.

HSL color Cylindrical-coordinate representation of color #07A2FA: hue angle of 201.73º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A2FA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 162 250 -
CMYK 0.97 0.35 0 0.02
HSL 201.73º 0.96% 0.5% -
HSV(B) 201.73º 0.97% 0.98% -
XYZ 30.26 32.79 95.18 -
YUV 125.69 198.15 43.34 -
System Red Green Blue C M Y K H S L
Decimal 7 162 250 0.97 0.35 0 0.02 201.73 0.96 0.5
Hex 7 A2 FA 61 23 0 2 CA 60 32
Octal 7 242 372 141 43 0 2 312 140 62
Binary 111 10100010 11111010 1100001 100011 0 10 11001010 1100000 110010

Color Harmonies of #07A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A2FA

Black with #07A2FA

Text Example


Text Example

White with #07A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A2FA; }

 p { color: rgb(7,162,250); }

 H1.HeaderClassName
 {
   color: #07A2FA;
 }
 .AnyTagClassName
 {
   color: #07A2FA;
 }
</style>

background-color css

<style>
 a { background-color: #07A2FA; }

 a { background-color: rgb(7,162,250); }

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

border-color css

<style>
 span { border-color: #07A2FA; }

 span { border-color: rgb(7,162,250); }

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