Html Css Color HEX #267ABE Curious Blue

📋 copy color: '#267ABE'

red 38 ◦ green 122 ◦ blue 190

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

Shades of Curious Blue #267ABE

Tints of Curious Blue #267ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 10.86%
G = 34.86%
B = 54.29%

CMYK

 C value IS 0.8

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#267ABE (or 0x267ABE) is known color: Curious Blue. HEX triplet: 26, 7A and BE. RGB value is (38,122,190). Sum of RGB (Red+Green+Blue) = 38+122+190=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #267ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ABE is #D98541. Grayscale: #686868. Windows color (decimal): -14255426 or 12483110. OLE color: 12483110.

HSL color Cylindrical-coordinate representation of color #267ABE: hue angle of 206.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267ABE is Cyan = 0.8, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 122 190 -
CMYK 0.8 0.36 0 0.25
HSL 206.84º 0.67% 0.45% -
HSV(B) 206.84º 0.8% 0.75% -
XYZ 17.05 18.05 51.3 -
YUV 104.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 38 122 190 0.8 0.36 0 0.25 206.84 0.67 0.45
Hex 26 7A BE 50 24 0 19 CF 43 2D
Octal 46 172 276 120 44 0 31 317 103 55
Binary 100110 1111010 10111110 1010000 100100 0 11001 11001111 1000011 101101

Color Harmonies of #267ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ABE

Black with #267ABE

Text Example


Text Example

White with #267ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,122,190); }

 H1.HeaderClassName
 {
   color: #267ABE;
 }
 .AnyTagClassName
 {
   color: #267ABE;
 }
</style>

background-color css

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

 a { background-color: rgb(38,122,190); }

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

border-color css

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

 span { border-color: rgb(38,122,190); }

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