Html Css Color HEX #1567FC Dodger Blue

📋 copy color: '#1567FC'

red 21 ◦ green 103 ◦ blue 252

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

Shades of Dodger Blue #1567FC

Tints of Dodger Blue #1567FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 252 (98.83% from 255) = 67.02%

R = 5.59%
G = 27.39%
B = 67.02%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1567FC (or 0x1567FC) is known color: Dodger Blue. HEX triplet: 15, 67 and FC. RGB value is (21,103,252). Sum of RGB (Red+Green+Blue) = 21+103+252=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #1567FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567FC is #EA9803. Grayscale: #5E5E5E. Windows color (decimal): -15374340 or 16541461. OLE color: 16541461.

HSL color Cylindrical-coordinate representation of color #1567FC: hue angle of 218.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1567FC is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 103 252 -
CMYK 0.92 0.59 0 0.01
HSL 218.7º 0.97% 0.54% -
HSV(B) 218.7º 0.92% 0.99% -
XYZ 22.73 16.89 94.16 -
YUV 95.47 216.33 74.88 -
System Red Green Blue C M Y K H S L
Decimal 21 103 252 0.92 0.59 0 0.01 218.7 0.97 0.54
Hex 15 67 FC 5C 3B 0 1 DB 61 36
Octal 25 147 374 134 73 0 1 333 141 66
Binary 10101 1100111 11111100 1011100 111011 0 1 11011011 1100001 110110

Color Harmonies of #1567FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567FC

Black with #1567FC

Text Example


Text Example

White with #1567FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1567FC; }

 p { color: rgb(21,103,252); }

 H1.HeaderClassName
 {
   color: #1567FC;
 }
 .AnyTagClassName
 {
   color: #1567FC;
 }
</style>

background-color css

<style>
 a { background-color: #1567FC; }

 a { background-color: rgb(21,103,252); }

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

border-color css

<style>
 span { border-color: #1567FC; }

 span { border-color: rgb(21,103,252); }

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