Html Css Color HEX #338CFD Dodger Blue

📋 copy color: '#338CFD'

red 51 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #338CFD

Tints of Dodger Blue #338CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.98%

R = 11.49%
G = 31.53%
B = 56.98%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#338CFD (or 0x338CFD) is known color: Dodger Blue. HEX triplet: 33, 8C and FD. RGB value is (51,140,253). Sum of RGB (Red+Green+Blue) = 51+140+253=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #338CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CFD is #CC7302. Grayscale: #7D7D7D. Windows color (decimal): -13398787 or 16616499. OLE color: 16616499.

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

Color convert

RGB 51 140 253 -
CMYK 0.80 0.45 0 0.01
HSL 213.56º 0.98% 0.6% -
HSV(B) 213.56º 0.8% 0.99% -
XYZ 28.47 26.55 96.55 -
YUV 126.27 199.51 74.31 -
System Red Green Blue C M Y K H S L
Decimal 51 140 253 0.80 0.45 0 0.01 213.56 0.98 0.6
Hex 33 8C FD 50 2D 0 1 D6 62 3C
Octal 63 214 375 120 55 0 1 326 142 74
Binary 110011 10001100 11111101 1010000 101101 0 1 11010110 1100010 111100

Color Harmonies of #338CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CFD

Black with #338CFD

Text Example


Text Example

White with #338CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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