Html Css Color HEX #269FFB Dodger Blue

📋 copy color: '#269FFB'

red 38 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #269FFB

Tints of Dodger Blue #269FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 8.48%
G = 35.49%
B = 56.03%

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

#269FFB (or 0x269FFB) is known color: Dodger Blue. HEX triplet: 26, 9F and FB. RGB value is (38,159,251). Sum of RGB (Red+Green+Blue) = 38+159+251=448 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.48% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #269FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #269FFB is #D96004. Grayscale: #848484. Windows color (decimal): -14245893 or 16490278. OLE color: 16490278.

HSL color Cylindrical-coordinate representation of color #269FFB: hue angle of 205.92º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #269FFB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 159 251 -
CMYK 0.85 0.37 0 0.02
HSL 205.92º 0.96% 0.57% -
HSV(B) 205.92º 0.85% 0.98% -
XYZ 30.61 32.17 95.86 -
YUV 133.31 194.41 60.02 -
System Red Green Blue C M Y K H S L
Decimal 38 159 251 0.85 0.37 0 0.02 205.92 0.96 0.57
Hex 26 9F FB 55 25 0 2 CE 60 39
Octal 46 237 373 125 45 0 2 316 140 71
Binary 100110 10011111 11111011 1010101 100101 0 10 11001110 1100000 111001

Color Harmonies of #269FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269FFB

Black with #269FFB

Text Example


Text Example

White with #269FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,159,251); }

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

background-color css

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

 a { background-color: rgb(38,159,251); }

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

border-color css

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

 span { border-color: rgb(38,159,251); }

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