Html Css Color HEX #1F70FA Dodger Blue

📋 copy color: '#1F70FA'

red 31 ◦ green 112 ◦ blue 250

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

Shades of Dodger Blue #1F70FA

Tints of Dodger Blue #1F70FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

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

R = 7.89%
G = 28.5%
B = 63.61%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F70FA (or 0x1F70FA) is known color: Dodger Blue. HEX triplet: 1F, 70 and FA. RGB value is (31,112,250). Sum of RGB (Red+Green+Blue) = 31+112+250=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F70FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F70FA is #E08F05. Grayscale: #666666. Windows color (decimal): -14716678 or 16412703. OLE color: 16412703.

HSL color Cylindrical-coordinate representation of color #1F70FA: hue angle of 217.81º 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 #1F70FA is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 112 250 -
CMYK 0.88 0.55 0 0.02
HSL 217.81º 0.96% 0.55% -
HSV(B) 217.81º 0.88% 0.98% -
XYZ 23.61 18.78 92.82 -
YUV 103.51 210.66 76.28 -
System Red Green Blue C M Y K H S L
Decimal 31 112 250 0.88 0.55 0 0.02 217.81 0.96 0.55
Hex 1F 70 FA 58 37 0 2 DA 60 37
Octal 37 160 372 130 67 0 2 332 140 67
Binary 11111 1110000 11111010 1011000 110111 0 10 11011010 1100000 110111

Color Harmonies of #1F70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F70FA

Black with #1F70FA

Text Example


Text Example

White with #1F70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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