Html Css Color HEX #1299FD Dodger Blue

📋 copy color: '#1299FD'

red 18 ◦ green 153 ◦ blue 253

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

Shades of Dodger Blue #1299FD

Tints of Dodger Blue #1299FD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

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

R = 4.25%
G = 36.08%
B = 59.67%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1299FD (or 0x1299FD) is known color: Dodger Blue. HEX triplet: 12, 99 and FD. RGB value is (18,153,253). Sum of RGB (Red+Green+Blue) = 18+153+253=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #1299FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1299FD is #ED6602. Grayscale: #7B7B7B. Windows color (decimal): -15558147 or 16619794. OLE color: 16619794.

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

Color convert

RGB 18 153 253 -
CMYK 0.93 0.40 0 0.01
HSL 205.53º 0.98% 0.53% -
HSV(B) 205.53º 0.93% 0.99% -
XYZ 29.37 30 97.17 -
YUV 124.04 200.77 52.37 -
System Red Green Blue C M Y K H S L
Decimal 18 153 253 0.93 0.40 0 0.01 205.53 0.98 0.53
Hex 12 99 FD 5D 28 0 1 CE 62 35
Octal 22 231 375 135 50 0 1 316 142 65
Binary 10010 10011001 11111101 1011101 101000 0 1 11001110 1100010 110101

Color Harmonies of #1299FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299FD

Black with #1299FD

Text Example


Text Example

White with #1299FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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