Html Css Color HEX #07A1FE Dodger Blue

📋 copy color: '#07A1FE'

red 7 ◦ green 161 ◦ blue 254

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

Shades of Dodger Blue #07A1FE

Tints of Dodger Blue #07A1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 1.66%
G = 38.15%
B = 60.19%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#07A1FE (or 0x07A1FE) is known color: Dodger Blue. HEX triplet: 07, A1 and FE. RGB value is (7,161,254). Sum of RGB (Red+Green+Blue) = 7+161+254=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #07A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A1FE is #F85E01. Grayscale: #7D7D7D. Windows color (decimal): -16276994 or 16687367. OLE color: 16687367.

HSL color Cylindrical-coordinate representation of color #07A1FE: hue angle of 202.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A1FE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 161 254 -
CMYK 0.97 0.37 0 0.00
HSL 202.59º 0.99% 0.51% -
HSV(B) 202.59º 0.97% 1% -
XYZ 30.72 32.69 98.46 -
YUV 125.56 200.48 43.44 -
System Red Green Blue C M Y K H S L
Decimal 7 161 254 0.97 0.37 0 0.00 202.59 0.99 0.51
Hex 7 A1 FE 61 25 0 0 CB 63 33
Octal 7 241 376 141 45 0 0 313 143 63
Binary 111 10100001 11111110 1100001 100101 0 0 11001011 1100011 110011

Color Harmonies of #07A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A1FE

Black with #07A1FE

Text Example


Text Example

White with #07A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,161,254); }

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

background-color css

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

 a { background-color: rgb(7,161,254); }

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

border-color css

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

 span { border-color: rgb(7,161,254); }

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