Html Css Color HEX #2194EB Dodger Blue

📋 copy color: '#2194EB'

red 33 ◦ green 148 ◦ blue 235

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

Shades of Dodger Blue #2194EB

Tints of Dodger Blue #2194EB

RGB

 RED value IS 33 (13.28% from 255) = 7.93%

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 7.93%
G = 35.58%
B = 56.49%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2194EB (or 0x2194EB) is known color: Dodger Blue. HEX triplet: 21, 94 and EB. RGB value is (33,148,235). Sum of RGB (Red+Green+Blue) = 33+148+235=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #2194EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2194EB is #DE6B14. Grayscale: #7B7B7B. Windows color (decimal): -14576405 or 15438881. OLE color: 15438881.

HSL color Cylindrical-coordinate representation of color #2194EB: hue angle of 205.84º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2194EB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 148 235 -
CMYK 0.86 0.37 0 0.08
HSL 205.84º 0.83% 0.53% -
HSV(B) 205.84º 0.86% 0.92% -
XYZ 26.21 27.5 82.52 -
YUV 123.53 190.9 63.43 -
System Red Green Blue C M Y K H S L
Decimal 33 148 235 0.86 0.37 0 0.08 205.84 0.83 0.53
Hex 21 94 EB 56 25 0 8 CE 53 35
Octal 41 224 353 126 45 0 10 316 123 65
Binary 100001 10010100 11101011 1010110 100101 0 1000 11001110 1010011 110101

Color Harmonies of #2194EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2194EB

Black with #2194EB

Text Example


Text Example

White with #2194EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2194EB; }

 p { color: rgb(33,148,235); }

 H1.HeaderClassName
 {
   color: #2194EB;
 }
 .AnyTagClassName
 {
   color: #2194EB;
 }
</style>

background-color css

<style>
 a { background-color: #2194EB; }

 a { background-color: rgb(33,148,235); }

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

border-color css

<style>
 span { border-color: #2194EB; }

 span { border-color: rgb(33,148,235); }

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