Html Css Color HEX #3392F8 Dodger Blue

📋 copy color: '#3392F8'

red 51 ◦ green 146 ◦ blue 248

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

Shades of Dodger Blue #3392F8

Tints of Dodger Blue #3392F8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.81%

 BLUE value IS 248 (97.27% from 255) = 55.73%

R = 11.46%
G = 32.81%
B = 55.73%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3392F8 (or 0x3392F8) is known color: Dodger Blue. HEX triplet: 33, 92 and F8. RGB value is (51,146,248). Sum of RGB (Red+Green+Blue) = 51+146+248=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #3392F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3392F8 is #CC6D07. Grayscale: #808080. Windows color (decimal): -13397256 or 16290355. OLE color: 16290355.

HSL color Cylindrical-coordinate representation of color #3392F8: hue angle of 211.07º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3392F8 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 146 248 -
CMYK 0.79 0.41 0 0.03
HSL 211.07º 0.93% 0.59% -
HSV(B) 211.07º 0.79% 0.97% -
XYZ 28.59 28.04 92.71 -
YUV 129.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 51 146 248 0.79 0.41 0 0.03 211.07 0.93 0.59
Hex 33 92 F8 4F 29 0 3 D3 5D 3B
Octal 63 222 370 117 51 0 3 323 135 73
Binary 110011 10010010 11111000 1001111 101001 0 11 11010011 1011101 111011

Color Harmonies of #3392F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3392F8

Black with #3392F8

Text Example


Text Example

White with #3392F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3392F8; }

 p { color: rgb(51,146,248); }

 H1.HeaderClassName
 {
   color: #3392F8;
 }
 .AnyTagClassName
 {
   color: #3392F8;
 }
</style>

background-color css

<style>
 a { background-color: #3392F8; }

 a { background-color: rgb(51,146,248); }

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

border-color css

<style>
 span { border-color: #3392F8; }

 span { border-color: rgb(51,146,248); }

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