Html Css Color HEX #007AFE Dodger Blue

📋 copy color: '#007AFE'

red 0 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #007AFE

Tints of Dodger Blue #007AFE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 0%
G = 32.45%
B = 67.55%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#007AFE (or 0x007AFE) is known color: Dodger Blue. HEX triplet: 00, 7A and FE. RGB value is (0,122,254). Sum of RGB (Red+Green+Blue) = 0+122+254=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #007AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007AFE is #FF8501. Grayscale: #636363. Windows color (decimal): -16745730 or 16677376. OLE color: 16677376.

HSL color Cylindrical-coordinate representation of color #007AFE: hue angle of 211.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AFE is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 122 254 -
CMYK 1 0.52 0 0.00
HSL 211.18º 1% 0.5% -
HSV(B) 211.18º 1% 1% -
XYZ 24.85 21.07 96.52 -
YUV 100.57 214.58 56.27 -
System Red Green Blue C M Y K H S L
Decimal 0 122 254 1 0.52 0 0.00 211.18 1 0.5
Hex 0 7A FE 64 34 0 0 D3 64 32
Octal 0 172 376 144 64 0 0 323 144 62
Binary 0 1111010 11111110 1100100 110100 0 0 11010011 1100100 110010

Color Harmonies of #007AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AFE

Black with #007AFE

Text Example


Text Example

White with #007AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007AFE; }

 p { color: rgb(0,122,254); }

 H1.HeaderClassName
 {
   color: #007AFE;
 }
 .AnyTagClassName
 {
   color: #007AFE;
 }
</style>

background-color css

<style>
 a { background-color: #007AFE; }

 a { background-color: rgb(0,122,254); }

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

border-color css

<style>
 span { border-color: #007AFE; }

 span { border-color: rgb(0,122,254); }

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