Html Css Color HEX #265DBE Cerulean Blue

📋 copy color: '#265DBE'

red 38 ◦ green 93 ◦ blue 190

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

Shades of Cerulean Blue #265DBE

Tints of Cerulean Blue #265DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

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

R = 11.84%
G = 28.97%
B = 59.19%

CMYK

 C value IS 0.8

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#265DBE (or 0x265DBE) is known color: Cerulean Blue. HEX triplet: 26, 5D and BE. RGB value is (38,93,190). Sum of RGB (Red+Green+Blue) = 38+93+190=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #265DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DBE is #D9A241. Grayscale: #575757. Windows color (decimal): -14262850 or 12475686. OLE color: 12475686.

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

Color convert

RGB 38 93 190 -
CMYK 0.8 0.51 0 0.25
HSL 218.29º 0.67% 0.45% -
HSV(B) 218.29º 0.8% 0.75% -
XYZ 14.01 11.96 50.29 -
YUV 87.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 38 93 190 0.8 0.51 0 0.25 218.29 0.67 0.45
Hex 26 5D BE 50 33 0 19 DA 43 2D
Octal 46 135 276 120 63 0 31 332 103 55
Binary 100110 1011101 10111110 1010000 110011 0 11001 11011010 1000011 101101

Color Harmonies of #265DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DBE

Black with #265DBE

Text Example


Text Example

White with #265DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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