Html Css Color HEX #338BFA Dodger Blue

📋 copy color: '#338BFA'

red 51 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #338BFA

Tints of Dodger Blue #338BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 11.59%
G = 31.59%
B = 56.82%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#338BFA (or 0x338BFA) is known color: Dodger Blue. HEX triplet: 33, 8B and FA. RGB value is (51,139,250). Sum of RGB (Red+Green+Blue) = 51+139+250=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #338BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BFA is #CC7405. Grayscale: #7C7C7C. Windows color (decimal): -13399046 or 16419635. OLE color: 16419635.

HSL color Cylindrical-coordinate representation of color #338BFA: hue angle of 213.47º degrees, saturation: 0.95, 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 #338BFA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 139 250 -
CMYK 0.80 0.44 0 0.02
HSL 213.47º 0.95% 0.59% -
HSV(B) 213.47º 0.8% 0.98% -
XYZ 27.85 26.07 94.01 -
YUV 125.34 198.35 74.97 -
System Red Green Blue C M Y K H S L
Decimal 51 139 250 0.80 0.44 0 0.02 213.47 0.95 0.59
Hex 33 8B FA 50 2C 0 2 D5 5F 3B
Octal 63 213 372 120 54 0 2 325 137 73
Binary 110011 10001011 11111010 1010000 101100 0 10 11010101 1011111 111011

Color Harmonies of #338BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BFA

Black with #338BFA

Text Example


Text Example

White with #338BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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