Html Css Color HEX #267BC1 Curious Blue

📋 copy color: '#267BC1'

red 38 ◦ green 123 ◦ blue 193

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

Shades of Curious Blue #267BC1

Tints of Curious Blue #267BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.75%

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

R = 10.73%
G = 34.75%
B = 54.52%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#267BC1 (or 0x267BC1) is known color: Curious Blue. HEX triplet: 26, 7B and C1. RGB value is (38,123,193). Sum of RGB (Red+Green+Blue) = 38+123+193=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #267BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BC1 is #D9843E. Grayscale: #696969. Windows color (decimal): -14255167 or 12679974. OLE color: 12679974.

HSL color Cylindrical-coordinate representation of color #267BC1: hue angle of 207.1º 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 #267BC1 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 123 193 -
CMYK 0.80 0.36 0 0.24
HSL 207.1º 0.67% 0.45% -
HSV(B) 207.1º 0.8% 0.76% -
XYZ 17.51 18.43 53.09 -
YUV 105.57 177.34 79.81 -
System Red Green Blue C M Y K H S L
Decimal 38 123 193 0.80 0.36 0 0.24 207.1 0.67 0.45
Hex 26 7B C1 50 24 0 18 CF 43 2D
Octal 46 173 301 120 44 0 30 317 103 55
Binary 100110 1111011 11000001 1010000 100100 0 11000 11001111 1000011 101101

Color Harmonies of #267BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BC1

Black with #267BC1

Text Example


Text Example

White with #267BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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