Html Css Color HEX #155FFF Dodger Blue

📋 copy color: '#155FFF'

red 21 ◦ green 95 ◦ blue 255

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

Shades of Dodger Blue #155FFF

Tints of Dodger Blue #155FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

 BLUE value IS 255 (100% from 255) = 68.73%

R = 5.66%
G = 25.61%
B = 68.73%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#155FFF (or 0x155FFF) is known color: Dodger Blue. HEX triplet: 15, 5F and FF. RGB value is (21,95,255). Sum of RGB (Red+Green+Blue) = 21+95+255=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #155FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FFF is #EAA000. Grayscale: #5A5A5A. Windows color (decimal): -15376385 or 16736021. OLE color: 16736021.

HSL color Cylindrical-coordinate representation of color #155FFF: hue angle of 221.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #155FFF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 95 255 -
CMYK 0.92 0.63 0 0
HSL 221.03º 1% 0.54% -
HSV(B) 221.03º 0.92% 1% -
XYZ 22.45 15.56 96.43 -
YUV 91.11 220.48 77.99 -
System Red Green Blue C M Y K H S L
Decimal 21 95 255 0.92 0.63 0 0 221.03 1 0.54
Hex 15 5F FF 5C 3F 0 0 DD 64 36
Octal 25 137 377 134 77 0 0 335 144 66
Binary 10101 1011111 11111111 1011100 111111 0 0 11011101 1100100 110110

Color Harmonies of #155FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FFF

Black with #155FFF

Text Example


Text Example

White with #155FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155FFF; }

 p { color: rgb(21,95,255); }

 H1.HeaderClassName
 {
   color: #155FFF;
 }
 .AnyTagClassName
 {
   color: #155FFF;
 }
</style>

background-color css

<style>
 a { background-color: #155FFF; }

 a { background-color: rgb(21,95,255); }

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

border-color css

<style>
 span { border-color: #155FFF; }

 span { border-color: rgb(21,95,255); }

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