Html Css Color HEX #338CFC Dodger Blue

📋 copy color: '#338CFC'

red 51 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #338CFC

Tints of Dodger Blue #338CFC

RGB

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

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

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

R = 11.51%
G = 31.6%
B = 56.88%

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

#338CFC (or 0x338CFC) is known color: Dodger Blue. HEX triplet: 33, 8C and FC. RGB value is (51,140,252). Sum of RGB (Red+Green+Blue) = 51+140+252=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #338CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CFC is #CC7303. Grayscale: #7D7D7D. Windows color (decimal): -13398788 or 16550963. OLE color: 16550963.

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

Color convert

RGB 51 140 252 -
CMYK 0.80 0.44 0 0.01
HSL 213.43º 0.97% 0.59% -
HSV(B) 213.43º 0.8% 0.99% -
XYZ 28.31 26.49 95.72 -
YUV 126.16 199.01 74.39 -
System Red Green Blue C M Y K H S L
Decimal 51 140 252 0.80 0.44 0 0.01 213.43 0.97 0.59
Hex 33 8C FC 50 2C 0 1 D5 61 3B
Octal 63 214 374 120 54 0 1 325 141 73
Binary 110011 10001100 11111100 1010000 101100 0 1 11010101 1100001 111011

Color Harmonies of #338CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CFC

Black with #338CFC

Text Example


Text Example

White with #338CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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