Html Css Color HEX #1269FB Dodger Blue

📋 copy color: '#1269FB'

red 18 ◦ green 105 ◦ blue 251

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

Shades of Dodger Blue #1269FB

Tints of Dodger Blue #1269FB

RGB

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

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

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

R = 4.81%
G = 28.07%
B = 67.11%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1269FB (or 0x1269FB) is known color: Dodger Blue. HEX triplet: 12, 69 and FB. RGB value is (18,105,251). Sum of RGB (Red+Green+Blue) = 18+105+251=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #1269FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1269FB is #ED9604. Grayscale: #5E5E5E. Windows color (decimal): -15570437 or 16476434. OLE color: 16476434.

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

Color convert

RGB 18 105 251 -
CMYK 0.93 0.58 0 0.02
HSL 217.6º 0.97% 0.53% -
HSV(B) 217.6º 0.93% 0.98% -
XYZ 22.71 17.2 93.39 -
YUV 95.63 215.68 72.63 -
System Red Green Blue C M Y K H S L
Decimal 18 105 251 0.93 0.58 0 0.02 217.6 0.97 0.53
Hex 12 69 FB 5D 3A 0 2 DA 61 35
Octal 22 151 373 135 72 0 2 332 141 65
Binary 10010 1101001 11111011 1011101 111010 0 10 11011010 1100001 110101

Color Harmonies of #1269FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269FB

Black with #1269FB

Text Example


Text Example

White with #1269FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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