Html Css Color HEX #338CFF Dodger Blue

📋 copy color: '#338CFF'

red 51 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #338CFF

Tints of Dodger Blue #338CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

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

R = 11.43%
G = 31.39%
B = 57.17%

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

#338CFF (or 0x338CFF) is known color: Dodger Blue. HEX triplet: 33, 8C and FF. RGB value is (51,140,255). Sum of RGB (Red+Green+Blue) = 51+140+255=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #338CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CFF is #CC7300. Grayscale: #7D7D7D. Windows color (decimal): -13398785 or 16747571. OLE color: 16747571.

HSL color Cylindrical-coordinate representation of color #338CFF: hue angle of 213.82º 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 #338CFF is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 140 255 -
CMYK 0.8 0.45 0 0
HSL 213.82º 1% 0.6% -
HSV(B) 213.82º 0.8% 1% -
XYZ 28.79 26.68 98.24 -
YUV 126.5 200.51 74.15 -
System Red Green Blue C M Y K H S L
Decimal 51 140 255 0.8 0.45 0 0 213.82 1 0.6
Hex 33 8C FF 50 2D 0 0 D6 64 3C
Octal 63 214 377 120 55 0 0 326 144 74
Binary 110011 10001100 11111111 1010000 101101 0 0 11010110 1100100 111100

Color Harmonies of #338CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CFF

Black with #338CFF

Text Example


Text Example

White with #338CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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