Html Css Color HEX #3289FE Dodger Blue

📋 copy color: '#3289FE'

red 50 ◦ green 137 ◦ blue 254

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

Shades of Dodger Blue #3289FE

Tints of Dodger Blue #3289FE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

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

R = 11.34%
G = 31.07%
B = 57.6%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3289FE (or 0x3289FE) is known color: Dodger Blue. HEX triplet: 32, 89 and FE. RGB value is (50,137,254). Sum of RGB (Red+Green+Blue) = 50+137+254=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #3289FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3289FE is #CD7601. Grayscale: #7B7B7B. Windows color (decimal): -13465090 or 16681266. OLE color: 16681266.

HSL color Cylindrical-coordinate representation of color #3289FE: hue angle of 214.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3289FE is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 137 254 -
CMYK 0.80 0.46 0 0.00
HSL 214.41º 0.99% 0.6% -
HSV(B) 214.41º 0.8% 1% -
XYZ 28.15 25.73 97.25 -
YUV 124.33 201.18 74.99 -
System Red Green Blue C M Y K H S L
Decimal 50 137 254 0.80 0.46 0 0.00 214.41 0.99 0.6
Hex 32 89 FE 50 2E 0 0 D6 63 3C
Octal 62 211 376 120 56 0 0 326 143 74
Binary 110010 10001001 11111110 1010000 101110 0 0 11010110 1100011 111100

Color Harmonies of #3289FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3289FE

Black with #3289FE

Text Example


Text Example

White with #3289FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3289FE; }

 p { color: rgb(50,137,254); }

 H1.HeaderClassName
 {
   color: #3289FE;
 }
 .AnyTagClassName
 {
   color: #3289FE;
 }
</style>

background-color css

<style>
 a { background-color: #3289FE; }

 a { background-color: rgb(50,137,254); }

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

border-color css

<style>
 span { border-color: #3289FE; }

 span { border-color: rgb(50,137,254); }

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