Html Css Color HEX #2699F9 Dodger Blue

📋 copy color: '#2699F9'

red 38 ◦ green 153 ◦ blue 249

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

Shades of Dodger Blue #2699F9

Tints of Dodger Blue #2699F9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

 BLUE value IS 249 (97.66% from 255) = 56.59%

R = 8.64%
G = 34.77%
B = 56.59%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2699F9 (or 0x2699F9) is known color: Dodger Blue. HEX triplet: 26, 99 and F9. RGB value is (38,153,249). Sum of RGB (Red+Green+Blue) = 38+153+249=440 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.64% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #2699F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2699F9 is #D96606. Grayscale: #818181. Windows color (decimal): -14247431 or 16357670. OLE color: 16357670.

HSL color Cylindrical-coordinate representation of color #2699F9: hue angle of 207.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2699F9 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 153 249 -
CMYK 0.85 0.39 0 0.02
HSL 207.3º 0.95% 0.56% -
HSV(B) 207.3º 0.85% 0.98% -
XYZ 29.29 30.03 93.88 -
YUV 129.56 195.4 62.69 -
System Red Green Blue C M Y K H S L
Decimal 38 153 249 0.85 0.39 0 0.02 207.3 0.95 0.56
Hex 26 99 F9 55 27 0 2 CF 5F 38
Octal 46 231 371 125 47 0 2 317 137 70
Binary 100110 10011001 11111001 1010101 100111 0 10 11001111 1011111 111000

Color Harmonies of #2699F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2699F9

Black with #2699F9

Text Example


Text Example

White with #2699F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2699F9; }

 p { color: rgb(38,153,249); }

 H1.HeaderClassName
 {
   color: #2699F9;
 }
 .AnyTagClassName
 {
   color: #2699F9;
 }
</style>

background-color css

<style>
 a { background-color: #2699F9; }

 a { background-color: rgb(38,153,249); }

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

border-color css

<style>
 span { border-color: #2699F9; }

 span { border-color: rgb(38,153,249); }

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