Html Css Color HEX #127AFC Dodger Blue

📋 copy color: '#127AFC'

red 18 ◦ green 122 ◦ blue 252

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

Shades of Dodger Blue #127AFC

Tints of Dodger Blue #127AFC

RGB

 RED value IS 18 (7.42% from 255) = 4.59%

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

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 4.59%
G = 31.12%
B = 64.29%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#127AFC (or 0x127AFC) is known color: Dodger Blue. HEX triplet: 12, 7A and FC. RGB value is (18,122,252). Sum of RGB (Red+Green+Blue) = 18+122+252=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #127AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AFC is #ED8503. Grayscale: #696969. Windows color (decimal): -15566084 or 16546322. OLE color: 16546322.

HSL color Cylindrical-coordinate representation of color #127AFC: hue angle of 213.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AFC is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 122 252 -
CMYK 0.93 0.52 0 0.01
HSL 213.33º 0.98% 0.53% -
HSV(B) 213.33º 0.93% 0.99% -
XYZ 24.78 21.08 94.86 -
YUV 105.72 210.54 65.43 -
System Red Green Blue C M Y K H S L
Decimal 18 122 252 0.93 0.52 0 0.01 213.33 0.98 0.53
Hex 12 7A FC 5D 34 0 1 D5 62 35
Octal 22 172 374 135 64 0 1 325 142 65
Binary 10010 1111010 11111100 1011101 110100 0 1 11010101 1100010 110101

Color Harmonies of #127AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AFC

Black with #127AFC

Text Example


Text Example

White with #127AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127AFC; }

 p { color: rgb(18,122,252); }

 H1.HeaderClassName
 {
   color: #127AFC;
 }
 .AnyTagClassName
 {
   color: #127AFC;
 }
</style>

background-color css

<style>
 a { background-color: #127AFC; }

 a { background-color: rgb(18,122,252); }

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

border-color css

<style>
 span { border-color: #127AFC; }

 span { border-color: rgb(18,122,252); }

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