Html Css Color HEX #338CFB Dodger Blue

📋 copy color: '#338CFB'

red 51 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #338CFB

Tints of Dodger Blue #338CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 11.54%
G = 31.67%
B = 56.79%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#338CFB (or 0x338CFB) is known color: Dodger Blue. HEX triplet: 33, 8C and FB. RGB value is (51,140,251). Sum of RGB (Red+Green+Blue) = 51+140+251=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #338CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CFB is #CC7304. Grayscale: #7D7D7D. Windows color (decimal): -13398789 or 16485427. OLE color: 16485427.

HSL color Cylindrical-coordinate representation of color #338CFB: hue angle of 213.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338CFB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 140 251 -
CMYK 0.80 0.44 0 0.02
HSL 213.3º 0.96% 0.59% -
HSV(B) 213.3º 0.8% 0.98% -
XYZ 28.16 26.43 94.88 -
YUV 126.04 198.51 74.47 -
System Red Green Blue C M Y K H S L
Decimal 51 140 251 0.80 0.44 0 0.02 213.3 0.96 0.59
Hex 33 8C FB 50 2C 0 2 D5 60 3B
Octal 63 214 373 120 54 0 2 325 140 73
Binary 110011 10001100 11111011 1010000 101100 0 10 11010101 1100000 111011

Color Harmonies of #338CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CFB

Black with #338CFB

Text Example


Text Example

White with #338CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,140,251); }

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

background-color css

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

 a { background-color: rgb(51,140,251); }

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

border-color css

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

 span { border-color: rgb(51,140,251); }

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