Html Css Color HEX #1F94FA Dodger Blue

📋 copy color: '#1F94FA'

red 31 ◦ green 148 ◦ blue 250

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

Shades of Dodger Blue #1F94FA

Tints of Dodger Blue #1F94FA

RGB

 RED value IS 31 (12.5% from 255) = 7.23%

 GREEN value IS 148 (58.2% from 255) = 34.5%

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

R = 7.23%
G = 34.5%
B = 58.28%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F94FA (or 0x1F94FA) is known color: Dodger Blue. HEX triplet: 1F, 94 and FA. RGB value is (31,148,250). Sum of RGB (Red+Green+Blue) = 31+148+250=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F94FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F94FA is #E06B05. Grayscale: #7C7C7C. Windows color (decimal): -14707462 or 16421919. OLE color: 16421919.

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

Color convert

RGB 31 148 250 -
CMYK 0.88 0.41 0 0.02
HSL 207.95º 0.96% 0.55% -
HSV(B) 207.95º 0.88% 0.98% -
XYZ 28.41 28.37 94.42 -
YUV 124.65 198.74 61.21 -
System Red Green Blue C M Y K H S L
Decimal 31 148 250 0.88 0.41 0 0.02 207.95 0.96 0.55
Hex 1F 94 FA 58 29 0 2 D0 60 37
Octal 37 224 372 130 51 0 2 320 140 67
Binary 11111 10010100 11111010 1011000 101001 0 10 11010000 1100000 110111

Color Harmonies of #1F94FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F94FA

Black with #1F94FA

Text Example


Text Example

White with #1F94FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,250); }

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

background-color css

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

 a { background-color: rgb(31,148,250); }

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

border-color css

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

 span { border-color: rgb(31,148,250); }

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