Html Css Color HEX #127CFB Dodger Blue

📋 copy color: '#127CFB'

red 18 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #127CFB

Tints of Dodger Blue #127CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 4.58%
G = 31.55%
B = 63.87%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#127CFB (or 0x127CFB) is known color: Dodger Blue. HEX triplet: 12, 7C and FB. RGB value is (18,124,251). Sum of RGB (Red+Green+Blue) = 18+124+251=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #127CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CFB is #ED8304. Grayscale: #6A6A6A. Windows color (decimal): -15565573 or 16481298. OLE color: 16481298.

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

Color convert

RGB 18 124 251 -
CMYK 0.93 0.51 0 0.02
HSL 212.7º 0.97% 0.53% -
HSV(B) 212.7º 0.93% 0.98% -
XYZ 24.87 21.51 94.11 -
YUV 106.78 209.38 64.67 -
System Red Green Blue C M Y K H S L
Decimal 18 124 251 0.93 0.51 0 0.02 212.7 0.97 0.53
Hex 12 7C FB 5D 33 0 2 D5 61 35
Octal 22 174 373 135 63 0 2 325 141 65
Binary 10010 1111100 11111011 1011101 110011 0 10 11010101 1100001 110101

Color Harmonies of #127CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CFB

Black with #127CFB

Text Example


Text Example

White with #127CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,251); }

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

background-color css

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

 a { background-color: rgb(18,124,251); }

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

border-color css

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

 span { border-color: rgb(18,124,251); }

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