Html Css Color HEX #267EC1 Curious Blue

📋 copy color: '#267EC1'

red 38 ◦ green 126 ◦ blue 193

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

Shades of Curious Blue #267EC1

Tints of Curious Blue #267EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

 BLUE value IS 193 (75.78% from 255) = 54.06%

R = 10.64%
G = 35.29%
B = 54.06%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#267EC1 (or 0x267EC1) is known color: Curious Blue. HEX triplet: 26, 7E and C1. RGB value is (38,126,193). Sum of RGB (Red+Green+Blue) = 38+126+193=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #267EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EC1 is #D9813E. Grayscale: #6A6A6A. Windows color (decimal): -14254399 or 12680742. OLE color: 12680742.

HSL color Cylindrical-coordinate representation of color #267EC1: hue angle of 205.94º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267EC1 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 126 193 -
CMYK 0.80 0.35 0 0.24
HSL 205.94º 0.67% 0.45% -
HSV(B) 205.94º 0.8% 0.76% -
XYZ 17.89 19.18 53.21 -
YUV 107.33 176.35 78.55 -
System Red Green Blue C M Y K H S L
Decimal 38 126 193 0.80 0.35 0 0.24 205.94 0.67 0.45
Hex 26 7E C1 50 23 0 18 CE 43 2D
Octal 46 176 301 120 43 0 30 316 103 55
Binary 100110 1111110 11000001 1010000 100011 0 11000 11001110 1000011 101101

Color Harmonies of #267EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EC1

Black with #267EC1

Text Example


Text Example

White with #267EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,126,193); }

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

background-color css

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

 a { background-color: rgb(38,126,193); }

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

border-color css

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

 span { border-color: rgb(38,126,193); }

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