Html Css Color HEX #3291EF Dodger Blue

📋 copy color: '#3291EF'

red 50 ◦ green 145 ◦ blue 239

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

Shades of Dodger Blue #3291EF

Tints of Dodger Blue #3291EF

RGB

 RED value IS 50 (19.92% from 255) = 11.52%

 GREEN value IS 145 (57.03% from 255) = 33.41%

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 11.52%
G = 33.41%
B = 55.07%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3291EF (or 0x3291EF) is known color: Dodger Blue. HEX triplet: 32, 91 and EF. RGB value is (50,145,239). Sum of RGB (Red+Green+Blue) = 50+145+239=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #3291EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3291EF is #CD6E10. Grayscale: #7E7E7E. Windows color (decimal): -13463057 or 15700274. OLE color: 15700274.

HSL color Cylindrical-coordinate representation of color #3291EF: hue angle of 209.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3291EF is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 145 239 -
CMYK 0.79 0.39 0 0.06
HSL 209.84º 0.86% 0.57% -
HSV(B) 209.84º 0.79% 0.94% -
XYZ 27.02 27.16 85.48 -
YUV 127.31 191.03 72.86 -
System Red Green Blue C M Y K H S L
Decimal 50 145 239 0.79 0.39 0 0.06 209.84 0.86 0.57
Hex 32 91 EF 4F 27 0 6 D2 56 39
Octal 62 221 357 117 47 0 6 322 126 71
Binary 110010 10010001 11101111 1001111 100111 0 110 11010010 1010110 111001

Color Harmonies of #3291EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3291EF

Black with #3291EF

Text Example


Text Example

White with #3291EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3291EF; }

 p { color: rgb(50,145,239); }

 H1.HeaderClassName
 {
   color: #3291EF;
 }
 .AnyTagClassName
 {
   color: #3291EF;
 }
</style>

background-color css

<style>
 a { background-color: #3291EF; }

 a { background-color: rgb(50,145,239); }

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

border-color css

<style>
 span { border-color: #3291EF; }

 span { border-color: rgb(50,145,239); }

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