Html Css Color HEX #1298FD Dodger Blue

📋 copy color: '#1298FD'

red 18 ◦ green 152 ◦ blue 253

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

Shades of Dodger Blue #1298FD

Tints of Dodger Blue #1298FD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 4.26%
G = 35.93%
B = 59.81%

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

#1298FD (or 0x1298FD) is known color: Dodger Blue. HEX triplet: 12, 98 and FD. RGB value is (18,152,253). Sum of RGB (Red+Green+Blue) = 18+152+253=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #1298FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1298FD is #ED6702. Grayscale: #7A7A7A. Windows color (decimal): -15558403 or 16619538. OLE color: 16619538.

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

Color convert

RGB 18 152 253 -
CMYK 0.93 0.40 0 0.01
HSL 205.79º 0.98% 0.53% -
HSV(B) 205.79º 0.93% 0.99% -
XYZ 29.21 29.68 97.12 -
YUV 123.45 201.11 52.79 -
System Red Green Blue C M Y K H S L
Decimal 18 152 253 0.93 0.40 0 0.01 205.79 0.98 0.53
Hex 12 98 FD 5D 28 0 1 CE 62 35
Octal 22 230 375 135 50 0 1 316 142 65
Binary 10010 10011000 11111101 1011101 101000 0 1 11001110 1100010 110101

Color Harmonies of #1298FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298FD

Black with #1298FD

Text Example


Text Example

White with #1298FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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