Html Css Color HEX #268BD6 Curious Blue

📋 copy color: '#268BD6'

red 38 ◦ green 139 ◦ blue 214

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

Shades of Curious Blue #268BD6

Tints of Curious Blue #268BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

 BLUE value IS 214 (83.98% from 255) = 54.73%

R = 9.72%
G = 35.55%
B = 54.73%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#268BD6 (or 0x268BD6) is known color: Curious Blue. HEX triplet: 26, 8B and D6. RGB value is (38,139,214). Sum of RGB (Red+Green+Blue) = 38+139+214=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #268BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BD6 is #D97429. Grayscale: #747474. Windows color (decimal): -14251050 or 14060326. OLE color: 14060326.

HSL color Cylindrical-coordinate representation of color #268BD6: hue angle of 205.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #268BD6 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 139 214 -
CMYK 0.82 0.35 0 0.16
HSL 205.57º 0.7% 0.49% -
HSV(B) 205.57º 0.82% 0.84% -
XYZ 22.17 23.73 67.03 -
YUV 117.35 182.54 71.4 -
System Red Green Blue C M Y K H S L
Decimal 38 139 214 0.82 0.35 0 0.16 205.57 0.7 0.49
Hex 26 8B D6 52 23 0 10 CE 46 31
Octal 46 213 326 122 43 0 20 316 106 61
Binary 100110 10001011 11010110 1010010 100011 0 10000 11001110 1000110 110001

Color Harmonies of #268BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268BD6

Black with #268BD6

Text Example


Text Example

White with #268BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,139,214); }

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

background-color css

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

 a { background-color: rgb(38,139,214); }

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

border-color css

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

 span { border-color: rgb(38,139,214); }

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