Html Css Color HEX #338FFC Dodger Blue

📋 copy color: '#338FFC'

red 51 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #338FFC

Tints of Dodger Blue #338FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 11.43%
G = 32.06%
B = 56.5%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#338FFC (or 0x338FFC) is known color: Dodger Blue. HEX triplet: 33, 8F and FC. RGB value is (51,143,252). Sum of RGB (Red+Green+Blue) = 51+143+252=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #338FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FFC is #CC7003. Grayscale: #7F7F7F. Windows color (decimal): -13398020 or 16551731. OLE color: 16551731.

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

Color convert

RGB 51 143 252 -
CMYK 0.80 0.43 0 0.01
HSL 212.54º 0.97% 0.59% -
HSV(B) 212.54º 0.8% 0.99% -
XYZ 28.76 27.38 95.86 -
YUV 127.92 198.02 73.14 -
System Red Green Blue C M Y K H S L
Decimal 51 143 252 0.80 0.43 0 0.01 212.54 0.97 0.59
Hex 33 8F FC 50 2B 0 1 D5 61 3B
Octal 63 217 374 120 53 0 1 325 141 73
Binary 110011 10001111 11111100 1010000 101011 0 1 11010101 1100001 111011

Color Harmonies of #338FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FFC

Black with #338FFC

Text Example


Text Example

White with #338FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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