Html Css Color HEX #338AEA Dodger Blue

📋 copy color: '#338AEA'

red 51 ◦ green 138 ◦ blue 234

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

Shades of Dodger Blue #338AEA

Tints of Dodger Blue #338AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 12.06%
G = 32.62%
B = 55.32%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#338AEA (or 0x338AEA) is known color: Dodger Blue. HEX triplet: 33, 8A and EA. RGB value is (51,138,234). Sum of RGB (Red+Green+Blue) = 51+138+234=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #338AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AEA is #CC7515. Grayscale: #7A7A7A. Windows color (decimal): -13399318 or 15370803. OLE color: 15370803.

HSL color Cylindrical-coordinate representation of color #338AEA: hue angle of 211.48º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338AEA is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 138 234 -
CMYK 0.78 0.41 0 0.08
HSL 211.48º 0.81% 0.56% -
HSV(B) 211.48º 0.78% 0.92% -
XYZ 25.31 24.82 81.3 -
YUV 122.93 190.68 76.69 -
System Red Green Blue C M Y K H S L
Decimal 51 138 234 0.78 0.41 0 0.08 211.48 0.81 0.56
Hex 33 8A EA 4E 29 0 8 D3 51 38
Octal 63 212 352 116 51 0 10 323 121 70
Binary 110011 10001010 11101010 1001110 101001 0 1000 11010011 1010001 111000

Color Harmonies of #338AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338AEA

Black with #338AEA

Text Example


Text Example

White with #338AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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