Html Css Color HEX #265CBB Cerulean Blue

📋 copy color: '#265CBB'

red 38 ◦ green 92 ◦ blue 187

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

Shades of Cerulean Blue #265CBB

Tints of Cerulean Blue #265CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 11.99%
G = 29.02%
B = 58.99%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#265CBB (or 0x265CBB) is known color: Cerulean Blue. HEX triplet: 26, 5C and BB. RGB value is (38,92,187). Sum of RGB (Red+Green+Blue) = 38+92+187=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #265CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CBB is #D9A344. Grayscale: #565656. Windows color (decimal): -14263109 or 12278822. OLE color: 12278822.

HSL color Cylindrical-coordinate representation of color #265CBB: hue angle of 218.26º 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 #265CBB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 92 187 -
CMYK 0.80 0.51 0 0.27
HSL 218.26º 0.66% 0.44% -
HSV(B) 218.26º 0.8% 0.73% -
XYZ 13.6 11.65 48.55 -
YUV 86.68 184.61 93.28 -
System Red Green Blue C M Y K H S L
Decimal 38 92 187 0.80 0.51 0 0.27 218.26 0.66 0.44
Hex 26 5C BB 50 33 0 1B DA 42 2C
Octal 46 134 273 120 63 0 33 332 102 54
Binary 100110 1011100 10111011 1010000 110011 0 11011 11011010 1000010 101100

Color Harmonies of #265CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CBB

Black with #265CBB

Text Example


Text Example

White with #265CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265CBB; }

 p { color: rgb(38,92,187); }

 H1.HeaderClassName
 {
   color: #265CBB;
 }
 .AnyTagClassName
 {
   color: #265CBB;
 }
</style>

background-color css

<style>
 a { background-color: #265CBB; }

 a { background-color: rgb(38,92,187); }

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

border-color css

<style>
 span { border-color: #265CBB; }

 span { border-color: rgb(38,92,187); }

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