Html Css Color HEX #3B91F2 Dodger Blue

📋 copy color: '#3B91F2'

red 59 ◦ green 145 ◦ blue 242

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

Shades of Dodger Blue #3B91F2

Tints of Dodger Blue #3B91F2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

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

R = 13.23%
G = 32.51%
B = 54.26%

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

#3B91F2 (or 0x3B91F2) is known color: Dodger Blue. HEX triplet: 3B, 91 and F2. RGB value is (59,145,242). Sum of RGB (Red+Green+Blue) = 59+145+242=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #3B91F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B91F2 is #C46E0D. Grayscale: #818181. Windows color (decimal): -12873230 or 15896891. OLE color: 15896891.

HSL color Cylindrical-coordinate representation of color #3B91F2: hue angle of 211.8º 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 #3B91F2 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 145 242 -
CMYK 0.76 0.40 0 0.05
HSL 211.8º 0.88% 0.59% -
HSV(B) 211.8º 0.76% 0.95% -
XYZ 27.96 27.59 87.86 -
YUV 130.34 191.01 77.11 -
System Red Green Blue C M Y K H S L
Decimal 59 145 242 0.76 0.40 0 0.05 211.8 0.88 0.59
Hex 3B 91 F2 4C 28 0 5 D4 58 3B
Octal 73 221 362 114 50 0 5 324 130 73
Binary 111011 10010001 11110010 1001100 101000 0 101 11010100 1011000 111011

Color Harmonies of #3B91F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B91F2

Black with #3B91F2

Text Example


Text Example

White with #3B91F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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