Html Css Color HEX #1297FA Dodger Blue

📋 copy color: '#1297FA'

red 18 ◦ green 151 ◦ blue 250

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

Shades of Dodger Blue #1297FA

Tints of Dodger Blue #1297FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

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

R = 4.3%
G = 36.04%
B = 59.67%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1297FA (or 0x1297FA) is known color: Dodger Blue. HEX triplet: 12, 97 and FA. RGB value is (18,151,250). Sum of RGB (Red+Green+Blue) = 18+151+250=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1297FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1297FA is #ED6805. Grayscale: #797979. Windows color (decimal): -15558662 or 16422674. OLE color: 16422674.

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

Color convert

RGB 18 151 250 -
CMYK 0.93 0.40 0 0.02
HSL 205.6º 0.96% 0.53% -
HSV(B) 205.6º 0.93% 0.98% -
XYZ 28.57 29.16 94.57 -
YUV 122.52 199.94 53.45 -
System Red Green Blue C M Y K H S L
Decimal 18 151 250 0.93 0.40 0 0.02 205.6 0.96 0.53
Hex 12 97 FA 5D 28 0 2 CE 60 35
Octal 22 227 372 135 50 0 2 316 140 65
Binary 10010 10010111 11111010 1011101 101000 0 10 11001110 1100000 110101

Color Harmonies of #1297FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297FA

Black with #1297FA

Text Example


Text Example

White with #1297FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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