Html Css Color HEX #339BF5 Dodger Blue

📋 copy color: '#339BF5'

red 51 ◦ green 155 ◦ blue 245

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

Shades of Dodger Blue #339BF5

Tints of Dodger Blue #339BF5

RGB

 RED value IS 51 (20.31% from 255) = 11.31%

 GREEN value IS 155 (60.94% from 255) = 34.37%

 BLUE value IS 245 (96.09% from 255) = 54.32%

R = 11.31%
G = 34.37%
B = 54.32%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#339BF5 (or 0x339BF5) is known color: Dodger Blue. HEX triplet: 33, 9B and F5. RGB value is (51,155,245). Sum of RGB (Red+Green+Blue) = 51+155+245=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #339BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #339BF5 is #CC640A. Grayscale: #858585. Windows color (decimal): -13394955 or 16096051. OLE color: 16096051.

HSL color Cylindrical-coordinate representation of color #339BF5: hue angle of 207.84º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #339BF5 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 155 245 -
CMYK 0.79 0.37 0 0.04
HSL 207.84º 0.91% 0.58% -
HSV(B) 207.84º 0.79% 0.96% -
XYZ 29.57 30.74 90.76 -
YUV 134.16 190.54 68.68 -
System Red Green Blue C M Y K H S L
Decimal 51 155 245 0.79 0.37 0 0.04 207.84 0.91 0.58
Hex 33 9B F5 4F 25 0 4 D0 5B 3A
Octal 63 233 365 117 45 0 4 320 133 72
Binary 110011 10011011 11110101 1001111 100101 0 100 11010000 1011011 111010

Color Harmonies of #339BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339BF5

Black with #339BF5

Text Example


Text Example

White with #339BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339BF5; }

 p { color: rgb(51,155,245); }

 H1.HeaderClassName
 {
   color: #339BF5;
 }
 .AnyTagClassName
 {
   color: #339BF5;
 }
</style>

background-color css

<style>
 a { background-color: #339BF5; }

 a { background-color: rgb(51,155,245); }

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

border-color css

<style>
 span { border-color: #339BF5; }

 span { border-color: rgb(51,155,245); }

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