Html Css Color HEX #1298FA Dodger Blue

📋 copy color: '#1298FA'

red 18 ◦ green 152 ◦ blue 250

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

Shades of Dodger Blue #1298FA

Tints of Dodger Blue #1298FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.52%

R = 4.29%
G = 36.19%
B = 59.52%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1298FA (or 0x1298FA) is known color: Dodger Blue. HEX triplet: 12, 98 and FA. RGB value is (18,152,250). Sum of RGB (Red+Green+Blue) = 18+152+250=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #1298FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1298FA is #ED6705. Grayscale: #7A7A7A. Windows color (decimal): -15558406 or 16422930. OLE color: 16422930.

HSL color Cylindrical-coordinate representation of color #1298FA: hue angle of 205.34º degrees, saturation: 0.96, 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 #1298FA is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 152 250 -
CMYK 0.93 0.39 0 0.02
HSL 205.34º 0.96% 0.53% -
HSV(B) 205.34º 0.93% 0.98% -
XYZ 28.73 29.49 94.62 -
YUV 123.11 199.61 53.03 -
System Red Green Blue C M Y K H S L
Decimal 18 152 250 0.93 0.39 0 0.02 205.34 0.96 0.53
Hex 12 98 FA 5D 27 0 2 CD 60 35
Octal 22 230 372 135 47 0 2 315 140 65
Binary 10010 10011000 11111010 1011101 100111 0 10 11001101 1100000 110101

Color Harmonies of #1298FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298FA

Black with #1298FA

Text Example


Text Example

White with #1298FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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