Html Css Color HEX #2696F1 Dodger Blue

📋 copy color: '#2696F1'

red 38 ◦ green 150 ◦ blue 241

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

Shades of Dodger Blue #2696F1

Tints of Dodger Blue #2696F1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.97%

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

R = 8.86%
G = 34.97%
B = 56.18%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2696F1 (or 0x2696F1) is known color: Dodger Blue. HEX triplet: 26, 96 and F1. RGB value is (38,150,241). Sum of RGB (Red+Green+Blue) = 38+150+241=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #2696F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2696F1 is #D9690E. Grayscale: #7E7E7E. Windows color (decimal): -14248207 or 15832614. OLE color: 15832614.

HSL color Cylindrical-coordinate representation of color #2696F1: hue angle of 206.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2696F1 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 150 241 -
CMYK 0.84 0.38 0 0.05
HSL 206.9º 0.88% 0.55% -
HSV(B) 206.9º 0.84% 0.95% -
XYZ 27.58 28.58 87.28 -
YUV 126.89 192.39 64.6 -
System Red Green Blue C M Y K H S L
Decimal 38 150 241 0.84 0.38 0 0.05 206.9 0.88 0.55
Hex 26 96 F1 54 26 0 5 CF 58 37
Octal 46 226 361 124 46 0 5 317 130 67
Binary 100110 10010110 11110001 1010100 100110 0 101 11001111 1011000 110111

Color Harmonies of #2696F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2696F1

Black with #2696F1

Text Example


Text Example

White with #2696F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2696F1; }

 p { color: rgb(38,150,241); }

 H1.HeaderClassName
 {
   color: #2696F1;
 }
 .AnyTagClassName
 {
   color: #2696F1;
 }
</style>

background-color css

<style>
 a { background-color: #2696F1; }

 a { background-color: rgb(38,150,241); }

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

border-color css

<style>
 span { border-color: #2696F1; }

 span { border-color: rgb(38,150,241); }

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