Html Css Color HEX #2679FB Dodger Blue

📋 copy color: '#2679FB'

red 38 ◦ green 121 ◦ blue 251

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

Shades of Dodger Blue #2679FB

Tints of Dodger Blue #2679FB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 9.27%
G = 29.51%
B = 61.22%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2679FB (or 0x2679FB) is known color: Dodger Blue. HEX triplet: 26, 79 and FB. RGB value is (38,121,251). Sum of RGB (Red+Green+Blue) = 38+121+251=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #2679FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2679FB is #D98604. Grayscale: #6E6E6E. Windows color (decimal): -14255621 or 16480550. OLE color: 16480550.

HSL color Cylindrical-coordinate representation of color #2679FB: hue angle of 216.62º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2679FB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 121 251 -
CMYK 0.85 0.52 0 0.02
HSL 216.62º 0.96% 0.57% -
HSV(B) 216.62º 0.85% 0.98% -
XYZ 25.05 21.05 94.01 -
YUV 111 207 75.93 -
System Red Green Blue C M Y K H S L
Decimal 38 121 251 0.85 0.52 0 0.02 216.62 0.96 0.57
Hex 26 79 FB 55 34 0 2 D9 60 39
Octal 46 171 373 125 64 0 2 331 140 71
Binary 100110 1111001 11111011 1010101 110100 0 10 11011001 1100000 111001

Color Harmonies of #2679FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679FB

Black with #2679FB

Text Example


Text Example

White with #2679FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2679FB; }

 p { color: rgb(38,121,251); }

 H1.HeaderClassName
 {
   color: #2679FB;
 }
 .AnyTagClassName
 {
   color: #2679FB;
 }
</style>

background-color css

<style>
 a { background-color: #2679FB; }

 a { background-color: rgb(38,121,251); }

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

border-color css

<style>
 span { border-color: #2679FB; }

 span { border-color: rgb(38,121,251); }

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