Html Css Color HEX #338BFB Dodger Blue

📋 copy color: '#338BFB'

red 51 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #338BFB

Tints of Dodger Blue #338BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 11.56%
G = 31.52%
B = 56.92%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#338BFB (or 0x338BFB) is known color: Dodger Blue. HEX triplet: 33, 8B and FB. RGB value is (51,139,251). Sum of RGB (Red+Green+Blue) = 51+139+251=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #338BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BFB is #CC7404. Grayscale: #7C7C7C. Windows color (decimal): -13399045 or 16485171. OLE color: 16485171.

HSL color Cylindrical-coordinate representation of color #338BFB: hue angle of 213.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338BFB is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 139 251 -
CMYK 0.80 0.45 0 0.02
HSL 213.6º 0.96% 0.59% -
HSV(B) 213.6º 0.8% 0.98% -
XYZ 28.01 26.13 94.83 -
YUV 125.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 51 139 251 0.80 0.45 0 0.02 213.6 0.96 0.59
Hex 33 8B FB 50 2D 0 2 D6 60 3B
Octal 63 213 373 120 55 0 2 326 140 73
Binary 110011 10001011 11111011 1010000 101101 0 10 11010110 1100000 111011

Color Harmonies of #338BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BFB

Black with #338BFB

Text Example


Text Example

White with #338BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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