Html Css Color HEX #155FFE Dodger Blue

📋 copy color: '#155FFE'

red 21 ◦ green 95 ◦ blue 254

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

Shades of Dodger Blue #155FFE

Tints of Dodger Blue #155FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 5.68%
G = 25.68%
B = 68.65%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#155FFE (or 0x155FFE) is known color: Dodger Blue. HEX triplet: 15, 5F and FE. RGB value is (21,95,254). Sum of RGB (Red+Green+Blue) = 21+95+254=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #155FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FFE is #EAA001. Grayscale: #5A5A5A. Windows color (decimal): -15376386 or 16670485. OLE color: 16670485.

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

Color convert

RGB 21 95 254 -
CMYK 0.92 0.63 0 0.00
HSL 220.94º 0.99% 0.54% -
HSV(B) 220.94º 0.92% 1% -
XYZ 22.29 15.5 95.58 -
YUV 91 219.98 78.07 -
System Red Green Blue C M Y K H S L
Decimal 21 95 254 0.92 0.63 0 0.00 220.94 0.99 0.54
Hex 15 5F FE 5C 3F 0 0 DD 63 36
Octal 25 137 376 134 77 0 0 335 143 66
Binary 10101 1011111 11111110 1011100 111111 0 0 11011101 1100011 110110

Color Harmonies of #155FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FFE

Black with #155FFE

Text Example


Text Example

White with #155FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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