Html Css Color HEX #1271FD Dodger Blue

📋 copy color: '#1271FD'

red 18 ◦ green 113 ◦ blue 253

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

Shades of Dodger Blue #1271FD

Tints of Dodger Blue #1271FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 4.69%
G = 29.43%
B = 65.89%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1271FD (or 0x1271FD) is known color: Dodger Blue. HEX triplet: 12, 71 and FD. RGB value is (18,113,253). Sum of RGB (Red+Green+Blue) = 18+113+253=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #1271FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1271FD is #ED8E02. Grayscale: #636363. Windows color (decimal): -15568387 or 16609554. OLE color: 16609554.

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

Color convert

RGB 18 113 253 -
CMYK 0.93 0.55 0 0.01
HSL 215.74º 0.98% 0.53% -
HSV(B) 215.74º 0.93% 0.99% -
XYZ 23.88 19.03 95.34 -
YUV 100.56 214.03 69.12 -
System Red Green Blue C M Y K H S L
Decimal 18 113 253 0.93 0.55 0 0.01 215.74 0.98 0.53
Hex 12 71 FD 5D 37 0 1 D8 62 35
Octal 22 161 375 135 67 0 1 330 142 65
Binary 10010 1110001 11111101 1011101 110111 0 1 11011000 1100010 110101

Color Harmonies of #1271FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271FD

Black with #1271FD

Text Example


Text Example

White with #1271FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1271FD; }

 p { color: rgb(18,113,253); }

 H1.HeaderClassName
 {
   color: #1271FD;
 }
 .AnyTagClassName
 {
   color: #1271FD;
 }
</style>

background-color css

<style>
 a { background-color: #1271FD; }

 a { background-color: rgb(18,113,253); }

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

border-color css

<style>
 span { border-color: #1271FD; }

 span { border-color: rgb(18,113,253); }

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