Html Css Color HEX #338EFC Dodger Blue

📋 copy color: '#338EFC'

red 51 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #338EFC

Tints of Dodger Blue #338EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

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

R = 11.46%
G = 31.91%
B = 56.63%

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

#338EFC (or 0x338EFC) is known color: Dodger Blue. HEX triplet: 33, 8E and FC. RGB value is (51,142,252). Sum of RGB (Red+Green+Blue) = 51+142+252=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #338EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EFC is #CC7103. Grayscale: #7E7E7E. Windows color (decimal): -13398276 or 16551475. OLE color: 16551475.

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

Color convert

RGB 51 142 252 -
CMYK 0.80 0.44 0 0.01
HSL 212.84º 0.97% 0.59% -
HSV(B) 212.84º 0.8% 0.99% -
XYZ 28.61 27.08 95.81 -
YUV 127.33 198.35 73.56 -
System Red Green Blue C M Y K H S L
Decimal 51 142 252 0.80 0.44 0 0.01 212.84 0.97 0.59
Hex 33 8E FC 50 2C 0 1 D5 61 3B
Octal 63 216 374 120 54 0 1 325 141 73
Binary 110011 10001110 11111100 1010000 101100 0 1 11010101 1100001 111011

Color Harmonies of #338EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EFC

Black with #338EFC

Text Example


Text Example

White with #338EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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