Html Css Color HEX #267EBA Curious Blue

📋 copy color: '#267EBA'

red 38 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #267EBA

Tints of Curious Blue #267EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 10.86%
G = 36%
B = 53.14%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#267EBA (or 0x267EBA) is known color: Curious Blue. HEX triplet: 26, 7E and BA. RGB value is (38,126,186). Sum of RGB (Red+Green+Blue) = 38+126+186=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #267EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EBA is #D98145. Grayscale: #6A6A6A. Windows color (decimal): -14254406 or 12221990. OLE color: 12221990.

HSL color Cylindrical-coordinate representation of color #267EBA: hue angle of 204.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267EBA is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 126 186 -
CMYK 0.80 0.32 0 0.27
HSL 204.32º 0.66% 0.44% -
HSV(B) 204.32º 0.8% 0.73% -
XYZ 17.12 18.88 49.2 -
YUV 106.53 172.85 79.12 -
System Red Green Blue C M Y K H S L
Decimal 38 126 186 0.80 0.32 0 0.27 204.32 0.66 0.44
Hex 26 7E BA 50 20 0 1B CC 42 2C
Octal 46 176 272 120 40 0 33 314 102 54
Binary 100110 1111110 10111010 1010000 100000 0 11011 11001100 1000010 101100

Color Harmonies of #267EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EBA

Black with #267EBA

Text Example


Text Example

White with #267EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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