Html Css Color HEX #2672FD Dodger Blue

📋 copy color: '#2672FD'

red 38 ◦ green 114 ◦ blue 253

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

Shades of Dodger Blue #2672FD

Tints of Dodger Blue #2672FD

RGB

 RED value IS 38 (15.23% from 255) = 9.38%

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 253 (99.22% from 255) = 62.47%

R = 9.38%
G = 28.15%
B = 62.47%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2672FD (or 0x2672FD) is known color: Dodger Blue. HEX triplet: 26, 72 and FD. RGB value is (38,114,253). Sum of RGB (Red+Green+Blue) = 38+114+253=405 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.38% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #2672FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672FD is #D98D02. Grayscale: #6A6A6A. Windows color (decimal): -14257411 or 16609830. OLE color: 16609830.

HSL color Cylindrical-coordinate representation of color #2672FD: hue angle of 218.79º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2672FD is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 114 253 -
CMYK 0.85 0.55 0 0.01
HSL 218.79º 0.98% 0.57% -
HSV(B) 218.79º 0.85% 0.99% -
XYZ 24.55 19.54 95.41 -
YUV 107.12 210.32 78.7 -
System Red Green Blue C M Y K H S L
Decimal 38 114 253 0.85 0.55 0 0.01 218.79 0.98 0.57
Hex 26 72 FD 55 37 0 1 DB 62 39
Octal 46 162 375 125 67 0 1 333 142 71
Binary 100110 1110010 11111101 1010101 110111 0 1 11011011 1100010 111001

Color Harmonies of #2672FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2672FD

Black with #2672FD

Text Example


Text Example

White with #2672FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2672FD; }

 p { color: rgb(38,114,253); }

 H1.HeaderClassName
 {
   color: #2672FD;
 }
 .AnyTagClassName
 {
   color: #2672FD;
 }
</style>

background-color css

<style>
 a { background-color: #2672FD; }

 a { background-color: rgb(38,114,253); }

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

border-color css

<style>
 span { border-color: #2672FD; }

 span { border-color: rgb(38,114,253); }

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