Html Css Color HEX #155EFE Dodger Blue

📋 copy color: '#155EFE'

red 21 ◦ green 94 ◦ blue 254

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

Shades of Dodger Blue #155EFE

Tints of Dodger Blue #155EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.47%

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

R = 5.69%
G = 25.47%
B = 68.83%

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

#155EFE (or 0x155EFE) is known color: Dodger Blue. HEX triplet: 15, 5E and FE. RGB value is (21,94,254). Sum of RGB (Red+Green+Blue) = 21+94+254=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #155EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EFE is #EAA101. Grayscale: #595959. Windows color (decimal): -15376642 or 16670229. OLE color: 16670229.

HSL color Cylindrical-coordinate representation of color #155EFE: hue angle of 221.2º 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 #155EFE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 94 254 -
CMYK 0.92 0.63 0 0.00
HSL 221.2º 0.99% 0.54% -
HSV(B) 221.2º 0.92% 1% -
XYZ 22.2 15.32 95.55 -
YUV 90.41 220.32 78.49 -
System Red Green Blue C M Y K H S L
Decimal 21 94 254 0.92 0.63 0 0.00 221.2 0.99 0.54
Hex 15 5E FE 5C 3F 0 0 DD 63 36
Octal 25 136 376 134 77 0 0 335 143 66
Binary 10101 1011110 11111110 1011100 111111 0 0 11011101 1100011 110110

Color Harmonies of #155EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EFE

Black with #155EFE

Text Example


Text Example

White with #155EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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