Html Css Color HEX #269DF9 Dodger Blue

📋 copy color: '#269DF9'

red 38 ◦ green 157 ◦ blue 249

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

Shades of Dodger Blue #269DF9

Tints of Dodger Blue #269DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

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

R = 8.56%
G = 35.36%
B = 56.08%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#269DF9 (or 0x269DF9) is known color: Dodger Blue. HEX triplet: 26, 9D and F9. RGB value is (38,157,249). Sum of RGB (Red+Green+Blue) = 38+157+249=444 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.56% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #269DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269DF9 is #D96206. Grayscale: #838383. Windows color (decimal): -14246407 or 16358694. OLE color: 16358694.

HSL color Cylindrical-coordinate representation of color #269DF9: hue angle of 206.16º 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 #269DF9 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 157 249 -
CMYK 0.85 0.37 0 0.02
HSL 206.16º 0.95% 0.56% -
HSV(B) 206.16º 0.85% 0.98% -
XYZ 29.96 31.37 94.1 -
YUV 131.91 194.08 61.02 -
System Red Green Blue C M Y K H S L
Decimal 38 157 249 0.85 0.37 0 0.02 206.16 0.95 0.56
Hex 26 9D F9 55 25 0 2 CE 5F 38
Octal 46 235 371 125 45 0 2 316 137 70
Binary 100110 10011101 11111001 1010101 100101 0 10 11001110 1011111 111000

Color Harmonies of #269DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269DF9

Black with #269DF9

Text Example


Text Example

White with #269DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269DF9; }

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

 H1.HeaderClassName
 {
   color: #269DF9;
 }
 .AnyTagClassName
 {
   color: #269DF9;
 }
</style>

background-color css

<style>
 a { background-color: #269DF9; }

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

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

border-color css

<style>
 span { border-color: #269DF9; }

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

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