Html Css Color HEX #1299FF Dodger Blue

📋 copy color: '#1299FF'

red 18 ◦ green 153 ◦ blue 255

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

Shades of Dodger Blue #1299FF

Tints of Dodger Blue #1299FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.86%

R = 4.23%
G = 35.92%
B = 59.86%

CMYK

 C value IS 0.93

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1299FF (or 0x1299FF) is known color: Dodger Blue. HEX triplet: 12, 99 and FF. RGB value is (18,153,255). Sum of RGB (Red+Green+Blue) = 18+153+255=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #1299FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1299FF is #ED6600. Grayscale: #7B7B7B. Windows color (decimal): -15558145 or 16750866. OLE color: 16750866.

HSL color Cylindrical-coordinate representation of color #1299FF: hue angle of 205.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1299FF is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 153 255 -
CMYK 0.93 0.4 0 0
HSL 205.82º 1% 0.54% -
HSV(B) 205.82º 0.93% 1% -
XYZ 29.69 30.13 98.86 -
YUV 124.26 201.77 52.21 -
System Red Green Blue C M Y K H S L
Decimal 18 153 255 0.93 0.4 0 0 205.82 1 0.54
Hex 12 99 FF 5D 28 0 0 CE 64 36
Octal 22 231 377 135 50 0 0 316 144 66
Binary 10010 10011001 11111111 1011101 101000 0 0 11001110 1100100 110110

Color Harmonies of #1299FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299FF

Black with #1299FF

Text Example


Text Example

White with #1299FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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