Html Css Color HEX #338FFB Dodger Blue

📋 copy color: '#338FFB'

red 51 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #338FFB

Tints of Dodger Blue #338FFB

RGB

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

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

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

R = 11.46%
G = 32.13%
B = 56.4%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#338FFB (or 0x338FFB) is known color: Dodger Blue. HEX triplet: 33, 8F and FB. RGB value is (51,143,251). Sum of RGB (Red+Green+Blue) = 51+143+251=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #338FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FFB is #CC7004. Grayscale: #7F7F7F. Windows color (decimal): -13398021 or 16486195. OLE color: 16486195.

HSL color Cylindrical-coordinate representation of color #338FFB: hue angle of 212.4º 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 #338FFB is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 143 251 -
CMYK 0.80 0.43 0 0.02
HSL 212.4º 0.96% 0.59% -
HSV(B) 212.4º 0.8% 0.98% -
XYZ 28.6 27.31 95.03 -
YUV 127.8 197.52 73.22 -
System Red Green Blue C M Y K H S L
Decimal 51 143 251 0.80 0.43 0 0.02 212.4 0.96 0.59
Hex 33 8F FB 50 2B 0 2 D4 60 3B
Octal 63 217 373 120 53 0 2 324 140 73
Binary 110011 10001111 11111011 1010000 101011 0 10 11010100 1100000 111011

Color Harmonies of #338FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FFB

Black with #338FFB

Text Example


Text Example

White with #338FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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