Html Css Color HEX #1269FD Dodger Blue

📋 copy color: '#1269FD'

red 18 ◦ green 105 ◦ blue 253

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

Shades of Dodger Blue #1269FD

Tints of Dodger Blue #1269FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 4.79%
G = 27.93%
B = 67.29%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1269FD (or 0x1269FD) is known color: Dodger Blue. HEX triplet: 12, 69 and FD. RGB value is (18,105,253). Sum of RGB (Red+Green+Blue) = 18+105+253=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #1269FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1269FD is #ED9602. Grayscale: #5F5F5F. Windows color (decimal): -15570435 or 16607506. OLE color: 16607506.

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

Color convert

RGB 18 105 253 -
CMYK 0.93 0.58 0 0.01
HSL 217.79º 0.98% 0.53% -
HSV(B) 217.79º 0.93% 0.99% -
XYZ 23.03 17.32 95.06 -
YUV 95.86 216.68 72.47 -
System Red Green Blue C M Y K H S L
Decimal 18 105 253 0.93 0.58 0 0.01 217.79 0.98 0.53
Hex 12 69 FD 5D 3A 0 1 DA 62 35
Octal 22 151 375 135 72 0 1 332 142 65
Binary 10010 1101001 11111101 1011101 111010 0 1 11011010 1100010 110101

Color Harmonies of #1269FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269FD

Black with #1269FD

Text Example


Text Example

White with #1269FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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