Html Css Color HEX #3C91F2 Dodger Blue

📋 copy color: '#3C91F2'

red 60 ◦ green 145 ◦ blue 242

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

Shades of Dodger Blue #3C91F2

Tints of Dodger Blue #3C91F2

RGB

 RED value IS 60 (23.83% from 255) = 13.42%

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

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

R = 13.42%
G = 32.44%
B = 54.14%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3C91F2 (or 0x3C91F2) is known color: Dodger Blue. HEX triplet: 3C, 91 and F2. RGB value is (60,145,242). Sum of RGB (Red+Green+Blue) = 60+145+242=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 145 (57.03% from 255 or 32.44% 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 #3C91F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C91F2 is #C36E0D. Grayscale: #828282. Windows color (decimal): -12807694 or 15896892. OLE color: 15896892.

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

Color convert

RGB 60 145 242 -
CMYK 0.75 0.40 0 0.05
HSL 211.98º 0.88% 0.59% -
HSV(B) 211.98º 0.75% 0.95% -
XYZ 28.02 27.62 87.86 -
YUV 130.64 190.84 77.61 -
System Red Green Blue C M Y K H S L
Decimal 60 145 242 0.75 0.40 0 0.05 211.98 0.88 0.59
Hex 3C 91 F2 4B 28 0 5 D4 58 3B
Octal 74 221 362 113 50 0 5 324 130 73
Binary 111100 10010001 11110010 1001011 101000 0 101 11010100 1011000 111011

Color Harmonies of #3C91F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C91F2

Black with #3C91F2

Text Example


Text Example

White with #3C91F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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