Html Css Color HEX #268EF2 Dodger Blue

📋 copy color: '#268EF2'

red 38 ◦ green 142 ◦ blue 242

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

Shades of Dodger Blue #268EF2

Tints of Dodger Blue #268EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 242 (94.92% from 255) = 57.35%

R = 9%
G = 33.65%
B = 57.35%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#268EF2 (or 0x268EF2) is known color: Dodger Blue. HEX triplet: 26, 8E and F2. RGB value is (38,142,242). Sum of RGB (Red+Green+Blue) = 38+142+242=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #268EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EF2 is #D9710D. Grayscale: #797979. Windows color (decimal): -14250254 or 15896102. OLE color: 15896102.

HSL color Cylindrical-coordinate representation of color #268EF2: hue angle of 209.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268EF2 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 142 242 -
CMYK 0.84 0.41 0 0.05
HSL 209.41º 0.89% 0.55% -
HSV(B) 209.41º 0.84% 0.95% -
XYZ 26.5 26.17 87.66 -
YUV 122.3 195.54 67.87 -
System Red Green Blue C M Y K H S L
Decimal 38 142 242 0.84 0.41 0 0.05 209.41 0.89 0.55
Hex 26 8E F2 54 29 0 5 D1 59 37
Octal 46 216 362 124 51 0 5 321 131 67
Binary 100110 10001110 11110010 1010100 101001 0 101 11010001 1011001 110111

Color Harmonies of #268EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268EF2

Black with #268EF2

Text Example


Text Example

White with #268EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268EF2; }

 p { color: rgb(38,142,242); }

 H1.HeaderClassName
 {
   color: #268EF2;
 }
 .AnyTagClassName
 {
   color: #268EF2;
 }
</style>

background-color css

<style>
 a { background-color: #268EF2; }

 a { background-color: rgb(38,142,242); }

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

border-color css

<style>
 span { border-color: #268EF2; }

 span { border-color: rgb(38,142,242); }

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