Html Css Color HEX #1C7AFA Dodger Blue

📋 copy color: '#1C7AFA'

red 28 ◦ green 122 ◦ blue 250

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

Shades of Dodger Blue #1C7AFA

Tints of Dodger Blue #1C7AFA

RGB

 RED value IS 28 (11.33% from 255) = 7%

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 7%
G = 30.5%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C7AFA (or 0x1C7AFA) is known color: Dodger Blue. HEX triplet: 1C, 7A and FA. RGB value is (28,122,250). Sum of RGB (Red+Green+Blue) = 28+122+250=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C7AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7AFA is #E38505. Grayscale: #6B6B6B. Windows color (decimal): -14910726 or 16415260. OLE color: 16415260.

HSL color Cylindrical-coordinate representation of color #1C7AFA: hue angle of 214.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C7AFA is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 122 250 -
CMYK 0.89 0.51 0 0.02
HSL 214.59º 0.96% 0.55% -
HSV(B) 214.59º 0.89% 0.98% -
XYZ 24.69 21.07 93.21 -
YUV 108.49 207.86 70.59 -
System Red Green Blue C M Y K H S L
Decimal 28 122 250 0.89 0.51 0 0.02 214.59 0.96 0.55
Hex 1C 7A FA 59 33 0 2 D7 60 37
Octal 34 172 372 131 63 0 2 327 140 67
Binary 11100 1111010 11111010 1011001 110011 0 10 11010111 1100000 110111

Color Harmonies of #1C7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7AFA

Black with #1C7AFA

Text Example


Text Example

White with #1C7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C7AFA; }

 p { color: rgb(28,122,250); }

 H1.HeaderClassName
 {
   color: #1C7AFA;
 }
 .AnyTagClassName
 {
   color: #1C7AFA;
 }
</style>

background-color css

<style>
 a { background-color: #1C7AFA; }

 a { background-color: rgb(28,122,250); }

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

border-color css

<style>
 span { border-color: #1C7AFA; }

 span { border-color: rgb(28,122,250); }

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