Html Css Color HEX #338AED Dodger Blue

📋 copy color: '#338AED'

red 51 ◦ green 138 ◦ blue 237

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

Shades of Dodger Blue #338AED

Tints of Dodger Blue #338AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

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

R = 11.97%
G = 32.39%
B = 55.63%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#338AED (or 0x338AED) is known color: Dodger Blue. HEX triplet: 33, 8A and ED. RGB value is (51,138,237). Sum of RGB (Red+Green+Blue) = 51+138+237=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #338AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AED is #CC7512. Grayscale: #7A7A7A. Windows color (decimal): -13399315 or 15567411. OLE color: 15567411.

HSL color Cylindrical-coordinate representation of color #338AED: hue angle of 211.94º 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 #338AED is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 138 237 -
CMYK 0.78 0.42 0 0.07
HSL 211.94º 0.84% 0.56% -
HSV(B) 211.94º 0.78% 0.93% -
XYZ 25.74 25 83.59 -
YUV 123.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 51 138 237 0.78 0.42 0 0.07 211.94 0.84 0.56
Hex 33 8A ED 4E 2A 0 7 D4 54 38
Octal 63 212 355 116 52 0 7 324 124 70
Binary 110011 10001010 11101101 1001110 101010 0 111 11010100 1010100 111000

Color Harmonies of #338AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338AED

Black with #338AED

Text Example


Text Example

White with #338AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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