Html Css Color HEX #269BEB Dodger Blue

📋 copy color: '#269BEB'

red 38 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #269BEB

Tints of Dodger Blue #269BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 8.88%
G = 36.21%
B = 54.91%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#269BEB (or 0x269BEB) is known color: Dodger Blue. HEX triplet: 26, 9B and EB. RGB value is (38,155,235). Sum of RGB (Red+Green+Blue) = 38+155+235=428 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.88% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #269BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269BEB is #D96414. Grayscale: #808080. Windows color (decimal): -14246933 or 15440678. OLE color: 15440678.

HSL color Cylindrical-coordinate representation of color #269BEB: hue angle of 204.37º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #269BEB is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 155 235 -
CMYK 0.84 0.34 0 0.08
HSL 204.37º 0.83% 0.54% -
HSV(B) 204.37º 0.84% 0.92% -
XYZ 27.52 29.85 82.91 -
YUV 129.14 187.74 63 -
System Red Green Blue C M Y K H S L
Decimal 38 155 235 0.84 0.34 0 0.08 204.37 0.83 0.54
Hex 26 9B EB 54 22 0 8 CC 53 36
Octal 46 233 353 124 42 0 10 314 123 66
Binary 100110 10011011 11101011 1010100 100010 0 1000 11001100 1010011 110110

Color Harmonies of #269BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269BEB

Black with #269BEB

Text Example


Text Example

White with #269BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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