Html Css Color HEX #338DFC Dodger Blue

📋 copy color: '#338DFC'

red 51 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #338DFC

Tints of Dodger Blue #338DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.76%

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 11.49%
G = 31.76%
B = 56.76%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#338DFC (or 0x338DFC) is known color: Dodger Blue. HEX triplet: 33, 8D and FC. RGB value is (51,141,252). Sum of RGB (Red+Green+Blue) = 51+141+252=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #338DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338DFC is #CC7203. Grayscale: #7E7E7E. Windows color (decimal): -13398532 or 16551219. OLE color: 16551219.

HSL color Cylindrical-coordinate representation of color #338DFC: hue angle of 213.13º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338DFC is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 141 252 -
CMYK 0.80 0.44 0 0.01
HSL 213.13º 0.97% 0.59% -
HSV(B) 213.13º 0.8% 0.99% -
XYZ 28.46 26.78 95.76 -
YUV 126.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 51 141 252 0.80 0.44 0 0.01 213.13 0.97 0.59
Hex 33 8D FC 50 2C 0 1 D5 61 3B
Octal 63 215 374 120 54 0 1 325 141 73
Binary 110011 10001101 11111100 1010000 101100 0 1 11010101 1100001 111011

Color Harmonies of #338DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DFC

Black with #338DFC

Text Example


Text Example

White with #338DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,141,252); }

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

background-color css

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

 a { background-color: rgb(51,141,252); }

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

border-color css

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

 span { border-color: rgb(51,141,252); }

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