Html Css Color HEX #1568FA Dodger Blue

📋 copy color: '#1568FA'

red 21 ◦ green 104 ◦ blue 250

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

Shades of Dodger Blue #1568FA

Tints of Dodger Blue #1568FA

RGB

 RED value IS 21 (8.59% from 255) = 5.6%

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 5.6%
G = 27.73%
B = 66.67%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1568FA (or 0x1568FA) is known color: Dodger Blue. HEX triplet: 15, 68 and FA. RGB value is (21,104,250). Sum of RGB (Red+Green+Blue) = 21+104+250=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #1568FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1568FA is #EA9705. Grayscale: #5F5F5F. Windows color (decimal): -15374086 or 16410645. OLE color: 16410645.

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

Color convert

RGB 21 104 250 -
CMYK 0.92 0.58 0 0.02
HSL 218.25º 0.96% 0.53% -
HSV(B) 218.25º 0.92% 0.98% -
XYZ 22.51 16.96 92.53 -
YUV 95.83 215 74.63 -
System Red Green Blue C M Y K H S L
Decimal 21 104 250 0.92 0.58 0 0.02 218.25 0.96 0.53
Hex 15 68 FA 5C 3A 0 2 DA 60 35
Octal 25 150 372 134 72 0 2 332 140 65
Binary 10101 1101000 11111010 1011100 111010 0 10 11011010 1100000 110101

Color Harmonies of #1568FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1568FA

Black with #1568FA

Text Example


Text Example

White with #1568FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,104,250); }

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

background-color css

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

 a { background-color: rgb(21,104,250); }

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

border-color css

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

 span { border-color: rgb(21,104,250); }

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