Html Css Color HEX #1567F5 Dodger Blue

📋 copy color: '#1567F5'

red 21 ◦ green 103 ◦ blue 245

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

Shades of Dodger Blue #1567F5

Tints of Dodger Blue #1567F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 66.4%

R = 5.69%
G = 27.91%
B = 66.4%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1567F5 (or 0x1567F5) is known color: Dodger Blue. HEX triplet: 15, 67 and F5. RGB value is (21,103,245). Sum of RGB (Red+Green+Blue) = 21+103+245=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 245 (96.09% from 255 or 66.40% from 369); Max value from RGB is 245 - color contains mainly: blue. Hex color #1567F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567F5 is #EA980A. Grayscale: #5E5E5E. Windows color (decimal): -15374347 or 16082709. OLE color: 16082709.

HSL color Cylindrical-coordinate representation of color #1567F5: hue angle of 218.04º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1567F5 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 103 245 -
CMYK 0.91 0.58 0 0.04
HSL 218.04º 0.92% 0.52% -
HSV(B) 218.04º 0.91% 0.96% -
XYZ 21.64 16.45 88.42 -
YUV 94.67 212.83 75.45 -
System Red Green Blue C M Y K H S L
Decimal 21 103 245 0.91 0.58 0 0.04 218.04 0.92 0.52
Hex 15 67 F5 5B 3A 0 4 DA 5C 34
Octal 25 147 365 133 72 0 4 332 134 64
Binary 10101 1100111 11110101 1011011 111010 0 100 11011010 1011100 110100

Color Harmonies of #1567F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567F5

Black with #1567F5

Text Example


Text Example

White with #1567F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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