Html Css Color HEX #2688FA Dodger Blue

📋 copy color: '#2688FA'

red 38 ◦ green 136 ◦ blue 250

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

Shades of Dodger Blue #2688FA

Tints of Dodger Blue #2688FA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.08%

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 8.96%
G = 32.08%
B = 58.96%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2688FA (or 0x2688FA) is known color: Dodger Blue. HEX triplet: 26, 88 and FA. RGB value is (38,136,250). Sum of RGB (Red+Green+Blue) = 38+136+250=424 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.96% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #2688FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2688FA is #D97705. Grayscale: #777777. Windows color (decimal): -14251782 or 16418854. OLE color: 16418854.

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

Color convert

RGB 38 136 250 -
CMYK 0.85 0.46 0 0.02
HSL 212.26º 0.95% 0.56% -
HSV(B) 212.26º 0.85% 0.98% -
XYZ 26.86 24.92 93.84 -
YUV 119.69 201.53 69.73 -
System Red Green Blue C M Y K H S L
Decimal 38 136 250 0.85 0.46 0 0.02 212.26 0.95 0.56
Hex 26 88 FA 55 2E 0 2 D4 5F 38
Octal 46 210 372 125 56 0 2 324 137 70
Binary 100110 10001000 11111010 1010101 101110 0 10 11010100 1011111 111000

Color Harmonies of #2688FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688FA

Black with #2688FA

Text Example


Text Example

White with #2688FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2688FA; }

 p { color: rgb(38,136,250); }

 H1.HeaderClassName
 {
   color: #2688FA;
 }
 .AnyTagClassName
 {
   color: #2688FA;
 }
</style>

background-color css

<style>
 a { background-color: #2688FA; }

 a { background-color: rgb(38,136,250); }

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

border-color css

<style>
 span { border-color: #2688FA; }

 span { border-color: rgb(38,136,250); }

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