Html Css Color HEX #3B92F2 Dodger Blue

📋 copy color: '#3B92F2'

red 59 ◦ green 146 ◦ blue 242

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

Shades of Dodger Blue #3B92F2

Tints of Dodger Blue #3B92F2

RGB

 RED value IS 59 (23.44% from 255) = 13.2%

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

 BLUE value IS 242 (94.92% from 255) = 54.14%

R = 13.2%
G = 32.66%
B = 54.14%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3B92F2 (or 0x3B92F2) is known color: Dodger Blue. HEX triplet: 3B, 92 and F2. RGB value is (59,146,242). Sum of RGB (Red+Green+Blue) = 59+146+242=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #3B92F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B92F2 is #C46D0D. Grayscale: #828282. Windows color (decimal): -12872974 or 15897147. OLE color: 15897147.

HSL color Cylindrical-coordinate representation of color #3B92F2: hue angle of 211.48º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B92F2 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 146 242 -
CMYK 0.76 0.40 0 0.05
HSL 211.48º 0.88% 0.59% -
HSV(B) 211.48º 0.76% 0.95% -
XYZ 28.11 27.9 87.91 -
YUV 130.93 190.68 76.69 -
System Red Green Blue C M Y K H S L
Decimal 59 146 242 0.76 0.40 0 0.05 211.48 0.88 0.59
Hex 3B 92 F2 4C 28 0 5 D3 58 3B
Octal 73 222 362 114 50 0 5 323 130 73
Binary 111011 10010010 11110010 1001100 101000 0 101 11010011 1011000 111011

Color Harmonies of #3B92F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B92F2

Black with #3B92F2

Text Example


Text Example

White with #3B92F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B92F2; }

 p { color: rgb(59,146,242); }

 H1.HeaderClassName
 {
   color: #3B92F2;
 }
 .AnyTagClassName
 {
   color: #3B92F2;
 }
</style>

background-color css

<style>
 a { background-color: #3B92F2; }

 a { background-color: rgb(59,146,242); }

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

border-color css

<style>
 span { border-color: #3B92F2; }

 span { border-color: rgb(59,146,242); }

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