Html Css Color HEX #127EFC Dodger Blue

📋 copy color: '#127EFC'

red 18 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #127EFC

Tints of Dodger Blue #127EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

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

R = 4.55%
G = 31.82%
B = 63.64%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#127EFC (or 0x127EFC) is known color: Dodger Blue. HEX triplet: 12, 7E and FC. RGB value is (18,126,252). Sum of RGB (Red+Green+Blue) = 18+126+252=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #127EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EFC is #ED8103. Grayscale: #6B6B6B. Windows color (decimal): -15565060 or 16547346. OLE color: 16547346.

HSL color Cylindrical-coordinate representation of color #127EFC: hue angle of 212.31º 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 #127EFC is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 126 252 -
CMYK 0.93 0.5 0 0.01
HSL 212.31º 0.98% 0.53% -
HSV(B) 212.31º 0.93% 0.99% -
XYZ 25.28 22.08 95.02 -
YUV 108.07 209.22 63.75 -
System Red Green Blue C M Y K H S L
Decimal 18 126 252 0.93 0.5 0 0.01 212.31 0.98 0.53
Hex 12 7E FC 5D 32 0 1 D4 62 35
Octal 22 176 374 135 62 0 1 324 142 65
Binary 10010 1111110 11111100 1011101 110010 0 1 11010100 1100010 110101

Color Harmonies of #127EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EFC

Black with #127EFC

Text Example


Text Example

White with #127EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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