Html Css Color HEX #269BEF Dodger Blue

📋 copy color: '#269BEF'

red 38 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #269BEF

Tints of Dodger Blue #269BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 8.8%
G = 35.88%
B = 55.32%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#269BEF (or 0x269BEF) is known color: Dodger Blue. HEX triplet: 26, 9B and EF. RGB value is (38,155,239). Sum of RGB (Red+Green+Blue) = 38+155+239=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #269BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BEF is #D96410. Grayscale: #818181. Windows color (decimal): -14246929 or 15702822. OLE color: 15702822.

HSL color Cylindrical-coordinate representation of color #269BEF: hue angle of 205.07º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269BEF is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 155 239 -
CMYK 0.84 0.35 0 0.06
HSL 205.07º 0.86% 0.54% -
HSV(B) 205.07º 0.84% 0.94% -
XYZ 28.1 30.09 85.99 -
YUV 129.59 189.74 62.67 -
System Red Green Blue C M Y K H S L
Decimal 38 155 239 0.84 0.35 0 0.06 205.07 0.86 0.54
Hex 26 9B EF 54 23 0 6 CD 56 36
Octal 46 233 357 124 43 0 6 315 126 66
Binary 100110 10011011 11101111 1010100 100011 0 110 11001101 1010110 110110

Color Harmonies of #269BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269BEF

Black with #269BEF

Text Example


Text Example

White with #269BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,155,239); }

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

background-color css

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

 a { background-color: rgb(38,155,239); }

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

border-color css

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

 span { border-color: rgb(38,155,239); }

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