#267DC7

Color #267DC7 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #267DC7

Tints of Curious Blue #267DC7

Color information

#267DC7 (or 0x267DC7) is unknown color: approx Curious Blue. HEX triplet: 26, 7D and C7. RGB value is (38,125,199). Sum of RGB (Red+Green+Blue) = 38+125+199=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 199 (78.12% from 255 or 54.97% from 362); Max value from RGB is 199 - color contains mainly: blue. Hex color #267DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DC7 is #D98238. Grayscale: #6B6B6B. Windows color (decimal): -14254649 or 13073702. OLE color: 13073702.

HSL color Cylindrical-coordinate representation of color #267DC7: hue angle of 207.58º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267DC7 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38125199-
CMYK0.810.3700.22
HSL207.58º67.93%46.47%-
HSV(B)207.58º80.9%78.04%-
XYZ18.4419.256.77-
YUV107.42179.6878.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.50%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 199 (78.12% from 255) = 54.97%
R=10.50%
G=34.53%
B=54.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381251990.810.3700.22207.5867.9346.47
Hex267DC75125016d0442e
Octal461753071214502632010456
Binary1001101111101110001111010001100101010110110100001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267DC7; }

 p { color: rgb(38,125,199); }

 H1.HeaderClassName
 {
   color: #267DC7;
 }
 .AnyTagClassName
 {
   color: #267DC7;
 }
</style>
background-color css

<style>
 a { background-color: #267DC7; }

 a { background-color: rgb(38,125,199); }

 div.DivClassName
 {
   background-color: #267DC7;
 }
 .BgClassName
 {
   background-color: #267DC7;
 }
</style>
border-color css

<style>
 span { border-color: #267DC7; }

 span { border-color: rgb(38,125,199); }

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