Html Css Color HEX #1072FA Dodger Blue

📋 copy color: '#1072FA'

red 16 ◦ green 114 ◦ blue 250

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

Shades of Dodger Blue #1072FA

Tints of Dodger Blue #1072FA

RGB

 RED value IS 16 (6.64% from 255) = 4.21%

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 4.21%
G = 30%
B = 65.79%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1072FA (or 0x1072FA) is known color: Dodger Blue. HEX triplet: 10, 72 and FA. RGB value is (16,114,250). Sum of RGB (Red+Green+Blue) = 16+114+250=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #1072FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072FA is #EF8D05. Grayscale: #636363. Windows color (decimal): -15699206 or 16413200. OLE color: 16413200.

HSL color Cylindrical-coordinate representation of color #1072FA: hue angle of 214.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1072FA is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 114 250 -
CMYK 0.94 0.54 0 0.02
HSL 214.87º 0.96% 0.52% -
HSV(B) 214.87º 0.94% 0.98% -
XYZ 23.49 19.05 92.88 -
YUV 100.2 212.53 67.94 -
System Red Green Blue C M Y K H S L
Decimal 16 114 250 0.94 0.54 0 0.02 214.87 0.96 0.52
Hex 10 72 FA 5E 36 0 2 D7 60 34
Octal 20 162 372 136 66 0 2 327 140 64
Binary 10000 1110010 11111010 1011110 110110 0 10 11010111 1100000 110100

Color Harmonies of #1072FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072FA

Black with #1072FA

Text Example


Text Example

White with #1072FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,114,250); }

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

background-color css

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

 a { background-color: rgb(16,114,250); }

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

border-color css

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

 span { border-color: rgb(16,114,250); }

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