Html Css Color HEX #338FFE Dodger Blue

📋 copy color: '#338FFE'

red 51 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #338FFE

Tints of Dodger Blue #338FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 11.38%
G = 31.92%
B = 56.7%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#338FFE (or 0x338FFE) is known color: Dodger Blue. HEX triplet: 33, 8F and FE. RGB value is (51,143,254). Sum of RGB (Red+Green+Blue) = 51+143+254=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #338FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FFE is #CC7001. Grayscale: #7F7F7F. Windows color (decimal): -13398018 or 16682803. OLE color: 16682803.

HSL color Cylindrical-coordinate representation of color #338FFE: hue angle of 212.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338FFE is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 143 254 -
CMYK 0.80 0.44 0 0.00
HSL 212.81º 0.99% 0.6% -
HSV(B) 212.81º 0.8% 1% -
XYZ 29.08 27.5 97.54 -
YUV 128.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 51 143 254 0.80 0.44 0 0.00 212.81 0.99 0.6
Hex 33 8F FE 50 2C 0 0 D5 63 3C
Octal 63 217 376 120 54 0 0 325 143 74
Binary 110011 10001111 11111110 1010000 101100 0 0 11010101 1100011 111100

Color Harmonies of #338FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FFE

Black with #338FFE

Text Example


Text Example

White with #338FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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