Html Css Color HEX #338BFF Dodger Blue

📋 copy color: '#338BFF'

red 51 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #338BFF

Tints of Dodger Blue #338BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 11.46%
G = 31.24%
B = 57.3%

CMYK

 C value IS 0.8

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#338BFF (or 0x338BFF) is known color: Dodger Blue. HEX triplet: 33, 8B and FF. RGB value is (51,139,255). Sum of RGB (Red+Green+Blue) = 51+139+255=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #338BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BFF is #CC7400. Grayscale: #7D7D7D. Windows color (decimal): -13399041 or 16747315. OLE color: 16747315.

HSL color Cylindrical-coordinate representation of color #338BFF: hue angle of 214.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338BFF is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 139 255 -
CMYK 0.8 0.45 0 0
HSL 214.12º 1% 0.6% -
HSV(B) 214.12º 0.8% 1% -
XYZ 28.65 26.39 98.19 -
YUV 125.91 200.85 74.57 -
System Red Green Blue C M Y K H S L
Decimal 51 139 255 0.8 0.45 0 0 214.12 1 0.6
Hex 33 8B FF 50 2D 0 0 D6 64 3C
Octal 63 213 377 120 55 0 0 326 144 74
Binary 110011 10001011 11111111 1010000 101101 0 0 11010110 1100100 111100

Color Harmonies of #338BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BFF

Black with #338BFF

Text Example


Text Example

White with #338BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338BFF; }

 p { color: rgb(51,139,255); }

 H1.HeaderClassName
 {
   color: #338BFF;
 }
 .AnyTagClassName
 {
   color: #338BFF;
 }
</style>

background-color css

<style>
 a { background-color: #338BFF; }

 a { background-color: rgb(51,139,255); }

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

border-color css

<style>
 span { border-color: #338BFF; }

 span { border-color: rgb(51,139,255); }

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