Html Css Color HEX #037CF1 Dodger Blue

📋 copy color: '#037CF1'

red 3 ◦ green 124 ◦ blue 241

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

Shades of Dodger Blue #037CF1

Tints of Dodger Blue #037CF1

RGB

 RED value IS 3 (1.56% from 255) = 0.82%

 GREEN value IS 124 (48.83% from 255) = 33.7%

 BLUE value IS 241 (94.53% from 255) = 65.49%

R = 0.82%
G = 33.7%
B = 65.49%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#037CF1 (or 0x037CF1) is known color: Dodger Blue. HEX triplet: 03, 7C and F1. RGB value is (3,124,241). Sum of RGB (Red+Green+Blue) = 3+124+241=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #037CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037CF1 is #FC830E. Grayscale: #646464. Windows color (decimal): -16548623 or 15825923. OLE color: 15825923.

HSL color Cylindrical-coordinate representation of color #037CF1: hue angle of 209.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CF1 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 124 241 -
CMYK 0.99 0.49 0 0.05
HSL 209.5º 0.98% 0.48% -
HSV(B) 209.5º 0.99% 0.95% -
XYZ 23.12 20.79 86.01 -
YUV 101.16 206.91 57.99 -
System Red Green Blue C M Y K H S L
Decimal 3 124 241 0.99 0.49 0 0.05 209.5 0.98 0.48
Hex 3 7C F1 63 31 0 5 D1 62 30
Octal 3 174 361 143 61 0 5 321 142 60
Binary 11 1111100 11110001 1100011 110001 0 101 11010001 1100010 110000

Color Harmonies of #037CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037CF1

Black with #037CF1

Text Example


Text Example

White with #037CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037CF1; }

 p { color: rgb(3,124,241); }

 H1.HeaderClassName
 {
   color: #037CF1;
 }
 .AnyTagClassName
 {
   color: #037CF1;
 }
</style>

background-color css

<style>
 a { background-color: #037CF1; }

 a { background-color: rgb(3,124,241); }

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

border-color css

<style>
 span { border-color: #037CF1; }

 span { border-color: rgb(3,124,241); }

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