Html Css Color HEX #338BED Dodger Blue

📋 copy color: '#338BED'

red 51 ◦ green 139 ◦ blue 237

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

Shades of Dodger Blue #338BED

Tints of Dodger Blue #338BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

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

R = 11.94%
G = 32.55%
B = 55.5%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#338BED (or 0x338BED) is known color: Dodger Blue. HEX triplet: 33, 8B and ED. RGB value is (51,139,237). Sum of RGB (Red+Green+Blue) = 51+139+237=427 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.94% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #338BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BED is #CC7412. Grayscale: #7B7B7B. Windows color (decimal): -13399059 or 15567667. OLE color: 15567667.

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

Color convert

RGB 51 139 237 -
CMYK 0.78 0.41 0 0.07
HSL 211.61º 0.84% 0.56% -
HSV(B) 211.61º 0.78% 0.93% -
XYZ 25.88 25.28 83.64 -
YUV 123.86 191.85 76.03 -
System Red Green Blue C M Y K H S L
Decimal 51 139 237 0.78 0.41 0 0.07 211.61 0.84 0.56
Hex 33 8B ED 4E 29 0 7 D4 54 38
Octal 63 213 355 116 51 0 7 324 124 70
Binary 110011 10001011 11101101 1001110 101001 0 111 11010100 1010100 111000

Color Harmonies of #338BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BED

Black with #338BED

Text Example


Text Example

White with #338BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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