Html Css Color HEX #338FED Dodger Blue

📋 copy color: '#338FED'

red 51 ◦ green 143 ◦ blue 237

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

Shades of Dodger Blue #338FED

Tints of Dodger Blue #338FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 11.83%
G = 33.18%
B = 54.99%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#338FED (or 0x338FED) is known color: Dodger Blue. HEX triplet: 33, 8F and ED. RGB value is (51,143,237). Sum of RGB (Red+Green+Blue) = 51+143+237=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #338FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FED is #CC7012. Grayscale: #7D7D7D. Windows color (decimal): -13398035 or 15568691. OLE color: 15568691.

HSL color Cylindrical-coordinate representation of color #338FED: hue angle of 210.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338FED is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 143 237 -
CMYK 0.78 0.40 0 0.07
HSL 210.32º 0.84% 0.56% -
HSV(B) 210.32º 0.78% 0.93% -
XYZ 26.47 26.46 83.83 -
YUV 126.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 51 143 237 0.78 0.40 0 0.07 210.32 0.84 0.56
Hex 33 8F ED 4E 28 0 7 D2 54 38
Octal 63 217 355 116 50 0 7 322 124 70
Binary 110011 10001111 11101101 1001110 101000 0 111 11010010 1010100 111000

Color Harmonies of #338FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FED

Black with #338FED

Text Example


Text Example

White with #338FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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